//Code2LindsayDole
const customStyling = document.createElement("style");
customStyling.innerHTML = `
#campaign_sign {
background-image: url("https://i.imgur.com/tW6eaJF.jpeg");
background-size: cover;
border-color: #c9c9c9;
border-width: .01em;
margin: 0 auto;
background-position: center;
width: 100%;
height: 104px;
margin-left: -0.07em;
}
#campaign_sign p {
color: rgb(0 0 0 / 0%);
}
.inner_window_sign_display {
margin: 0;
margin-right: 0px;
margin-left: 0px;
height: 25%;
position: relative;
width: 35%;
height: 28%;
background-color: #F8F8F8;
margin-left: auto;
margin-right: auto;
border-style: double;
border-color: #C9C9C9;
}
#state_info {
margin: 5% 0 0;
height: 120%;
background-color: #F8F8F8;
border-style: double;
border-color: #C9C9C9;
}
.inner_window_question {
background-color: #F8F8F8;
margin: 0
padding-top: .3em;
border-style: double;
border-color: #C9C9C9;
text-align: center;
height: 55%;
position: relative;
clear: both;
}
`;
document.head.appendChild(customStyling);
campaignTrail_temp.cyoa = true;
e = campaignTrail_temp
function ctsAchievement(achievement, difficultyChecker = true){
if ((difficultyChecker &&
campaignTrail_temp.difficulty_level_multiplier<=1)||!difficultyChecker)
if(campaignTrail_temp.CTS){
unlockAchievement(achievement);
}
}
e.cyoa = true
// Variables below
var economy=0;
var ideology=0;
var dole=false;
var chile=0;
var ECA=true;
var black=0;
var ochs=false;
var fem=0;
var freedom=0;
var bills=0;
function getQuestionNumberFromPk(pk) {
return campaignTrail_temp.questions_json.map(q=>q.pk).indexOf(pk)-1;
}
cyoAdventure = function (a) {
ans =
campaignTrail_temp.player_answers[campaignTrail_temp.player_answers.lengt
h-1];
function tunnel(new_q){
return
e.questions_json[e.questions_json.map(f=>f.pk).indexOf(new_q)];
}
// var CYOA here
// ideology
if(ans == 9016 || ans == 9250 || ans == 9273 || ans == 9231){
ideology += 0.5;
}
if(ans == 9027 || ans == 9047 || ans == 9113 || ans == 9142 || ans ==
9153 || ans == 9217 || ans == 9232 || ans == 9252 || ans == 9309 || ans
== 9174){
ideology +=1;
}
if(ans == 9028 || ans == 9068 || ans == 9173 || ans == 9185 || ans ==
9233 || ans == 9251 || ans == 9274){
ideology -=0.5;
}
if(ans == 9029 || ans == 9069 || ans == 9143 || ans == 9155 || ans ==
9172 || ans == 9187 || ans == 9218 || ans == 9253 || ans == 9272){
ideology -=1;
}
// economy
if (ans == 9309 || ans == 9114 || ans == 9316 || ans == 9217){
economy +=1;
}
if (ans == 9327 || ans == 9329 || ans == 9330){
economy -=1;
}
// dole and the senate
if (ans == 9046){
dole =true;
}
// chile
if (ans == 9153){
chile += 1;
}
if (ans == 9155){
chile -= 1;
}
// ECA
if (ans == 9217){
ECA = false;
}
// black support
if (ans == 9143 || ans == 9253){
black +=1;
}
if (ans == 9142 || ans == 9252){
black -=1;
}
// phil ochs
if (ans == 9414){
ochs = true;
}
// feminist lindsay
if (ans == 9172 || ans == 9274){
fem +=1;
}
// libertarian
if (ans == 9309 || ans == 9217 || ans == 9328 || ans == 9331 || ans ==
9332 ){
freedom +=1;
}
if (ans == 9327 || ans == 9329 || ans == 9330){
freedom +=1;
}
// bills
if (ans == 9332 && ans == 9309){
bills +=1;
}
if (ans == 9327) {
campaignTrail_temp.questions_json[16] = tunnel(9352);
}
if (ans == 9328) {
campaignTrail_temp.questions_json[16] = tunnel(9352);
}
if (ans == 9329) {
campaignTrail_temp.questions_json[16] = tunnel(9352);
}
if (ans == 9330) {
campaignTrail_temp.questions_json[16] = tunnel(9352);
}
if (ans == 9331) {
campaignTrail_temp.questions_json[16] = tunnel(9352);
}
if (ans == 9332) {
campaignTrail_temp.questions_json[16] = tunnel(9352);
}
if (ans == 9363) {
campaignTrail_temp.questions_json[17] = tunnel(9353);
}
if (ans == 9383) {
campaignTrail_temp.questions_json[17] = tunnel(9353);
}
if (ans == 9384) {
campaignTrail_temp.questions_json[17] = tunnel(9353);
}
if (ans == 9385) {
campaignTrail_temp.questions_json[17] = tunnel(9353);
}
if (ans == 9068 && dole == true) {
campaignTrail_temp.questions_json[4] = tunnel(9308);
}
if (ans == 9069 && dole == true) {
campaignTrail_temp.questions_json[4] = tunnel(9308);
}
if (ans == 9070 && dole == true) {
campaignTrail_temp.questions_json[4] = tunnel(9308);
}
if (ans == 9275 && ideology >=4) {
campaignTrail_temp.questions_json[15] = tunnel(9307);
}
if (ans == 9276 && ideology >=4) {
campaignTrail_temp.questions_json[15] = tunnel(9307);
}
if (ans == 9277 && ideology >=4) {
campaignTrail_temp.questions_json[15] = tunnel(9307);
}
if (ans == 9278 && ideology >=4) {
campaignTrail_temp.questions_json[15] = tunnel(9307);
}
if (ans == 9364 && ideology >=6){
campaignTrail_temp.questions_json[18] = tunnel(9354);
}
else if (ans == 9364 && ideology >=3){
campaignTrail_temp.questions_json[18] = tunnel(9355);
}
else if (ans == 9364 && ideology >=-1){
campaignTrail_temp.questions_json[18] = tunnel(9356);
}
else if (ans == 9364 && ideology >=-4){
campaignTrail_temp.questions_json[18] = tunnel(9357);
}
else if (ans == 9364) {
campaignTrail_temp.questions_json[18] = tunnel(9358);
}
if (ans == 9403 && ideology >5){
campaignTrail_temp.questions_json[18] = tunnel(9354);
}
else if (ans == 9403 && ideology >=3){
campaignTrail_temp.questions_json[18] = tunnel(9355);
}
else if (ans == 9403 && ideology >=-1){
campaignTrail_temp.questions_json[18] = tunnel(9356);
}
else if (ans == 9403 && ideology >=-4){
campaignTrail_temp.questions_json[18] = tunnel(9357);
}
else if (ans == 9403) {
campaignTrail_temp.questions_json[18] = tunnel(9358);
}
if (ans == 9404 && ideology >=6){
campaignTrail_temp.questions_json[18] = tunnel(9354);
}
else if (ans == 9404 && ideology >=3){
campaignTrail_temp.questions_json[18] = tunnel(9355);
}
else if (ans == 9404 && ideology >=-1){
campaignTrail_temp.questions_json[18] = tunnel(9356);
}
else if (ans == 9404 && ideology >=-4){
campaignTrail_temp.questions_json[18] = tunnel(9357);
}
else if (ans == 9404) {
campaignTrail_temp.questions_json[18] = tunnel(9358);
}
if (ans == 9405 && ideology >=6){
campaignTrail_temp.questions_json[18] = tunnel(9354);
}
else if (ans == 9405 && ideology >=3){
campaignTrail_temp.questions_json[18] = tunnel(9355);
}
else if (ans == 9405 && ideology >=-1){
campaignTrail_temp.questions_json[18] = tunnel(9356);
}
else if (ans == 9405 && ideology >=-4){
campaignTrail_temp.questions_json[18] = tunnel(9357);
}
else if (ans == 9405) {
campaignTrail_temp.questions_json[18] = tunnel(9358);
}
if (ans == 9365 && economy>=2){
campaignTrail_temp.questions_json[19] = tunnel(9359);
}
else if (ans == 9365 && economy==1){
campaignTrail_temp.questions_json[19] = tunnel(9360);
}
else if (ans == 9365){
campaignTrail_temp.questions_json[19] = tunnel(9361);
}
if (ans == 9366 && economy>=2){
campaignTrail_temp.questions_json[19] = tunnel(9359);
}
else if (ans == 9366 && economy==1){
campaignTrail_temp.questions_json[19] = tunnel(9360);
}
else if (ans == 9366){
campaignTrail_temp.questions_json[19] = tunnel(9361);
}
if (ans == 9367 && economy>=2){
campaignTrail_temp.questions_json[19] = tunnel(9359);
}
else if (ans == 9367 && economy==1){
campaignTrail_temp.questions_json[19] = tunnel(9360);
}
else if (ans == 9367){
campaignTrail_temp.questions_json[19] = tunnel(9361);
}
if (ans == 9368 && economy>=2){
campaignTrail_temp.questions_json[19] = tunnel(9359);
}
else if (ans == 9368 && economy==1){
campaignTrail_temp.questions_json[19] = tunnel(9360);
}
else if (ans == 9368){
campaignTrail_temp.questions_json[19] = tunnel(9361);
}
if (ans == 9369 && economy>=2){
campaignTrail_temp.questions_json[19] = tunnel(9359);
}
else if (ans == 9369 && economy==1){
campaignTrail_temp.questions_json[19] = tunnel(9360);
}
else if (ans == 9369){
campaignTrail_temp.questions_json[19] = tunnel(9361);
}
if (ans == 9370){
campaignTrail_temp.questions_json[20] = tunnel(9362);
}
if (ans == 9371){
campaignTrail_temp.questions_json[20] = tunnel(9362);
}
if (ans == 9372){
campaignTrail_temp.questions_json[20] = tunnel(9362);
}
if (ans == 9016) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9026);
}
else if (ans == 9020) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9026);
}
else if (ans == 9027) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9044);
}
else if (ans == 9028) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9044);
}
else if (ans == 9029) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9044);
}
else if (ans == 9045) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9067);
}
else if (ans == 9046) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9067);
}
else if (ans == 9047) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9067);
}
else if (ans == 9068 && dole == true) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9308);
}
else if (ans == 9069 && dole == true) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9308);
}
else if (ans == 9070 && dole == true) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9308);
}
else if (ans == 9068) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9112);
}
else if (ans == 9069) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9112);
}
else if (ans == 9070) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9112);
}
else if (ans == 9309) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9316) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9320) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9323) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9113) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9114) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9115) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9116) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9139);
}
else if (ans == 9142) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9140);
}
else if (ans == 9143) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9140);
}
else if (ans == 9153) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9141);
}
else if (ans == 9154) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9141);
}
else if (ans == 9155) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9141);
}
else if (ans == 9167) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9171);
}
else if (ans == 9172) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9184);
}
else if (ans == 9173) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9184);
}
else if (ans == 9174) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9184);
}
else if (ans == 9185) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9214);
}
else if (ans == 9186) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9214);
}
else if (ans == 9187) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9214);
}
else if (ans == 9217) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9215);
}
else if (ans == 9218) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9215);
}
else if (ans == 9231) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9216);
}
else if (ans == 9232) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9216);
}
else if (ans == 9233) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9216);
}
else if (ans == 9234) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9216);
}
else if (ans == 9250) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9269);
}
else if (ans == 9251) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9269);
}
else if (ans == 9252) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9269);
}
else if (ans == 9253) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9269);
}
else if (ans == 9272) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9270);
}
else if (ans == 9273) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9270);
}
else if (ans == 9274) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9270);
}
else if (ans == 9275 && ideology >=4) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9307);
}
else if (ans == 9276 && ideology >=4) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9307);
}
else if (ans == 9277 && ideology >=4) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9307);
}
else if (ans == 9278 && ideology >=4) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9307);
}
else if (ans == 9275) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9304);
}
else if (ans == 9276) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9304);
}
else if (ans == 9277) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9304);
}
else if (ans == 9278) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9304);
}
else if (ans == 9327) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9352);
}
else if (ans == 9328) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9352);
}
else if (ans == 9329) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9352);
}
else if (ans == 9330) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9352);
}
else if (ans == 9331) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9352);
}
else if (ans == 9332) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9352);
}
else if (ans == 9363) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9353);
}
else if (ans == 9383) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9353);
}
else if (ans == 9384) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9353);
}
else if (ans == 9385) {
campaignTrail_temp.question_number =
getQuestionNumberFromPk(9353);
}
else if (ans == 9364 && ideology >=6){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9354);
}
else if (ans == 9364 && ideology >=3){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9355);
}
else if (ans == 9364 && ideology >=-1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9356);
}
else if (ans == 9364 && ideology >=-4){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9357);
}
else if (ans == 9364) {
campaignTrail_temp.question_number = getQuestionNumberFromPk(9358);
}
else if (ans == 9403 && ideology >=6){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9354);
}
else if (ans == 9403 && ideology >=3){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9355);
}
else if (ans == 9403 && ideology >=-1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9356);
}
else if (ans == 9403 && ideology >=-4){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9357);
}
else if (ans == 9403) {
campaignTrail_temp.question_number = getQuestionNumberFromPk(9358);
}
else if (ans == 9404 && ideology >=6){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9354);
}
else if (ans == 9404 && ideology >=3){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9355);
}
else if (ans == 9404 && ideology >=-1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9356);
}
else if (ans == 9404 && ideology >=-4){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9357);
}
else if (ans == 9404) {
campaignTrail_temp.question_number = getQuestionNumberFromPk(9358);
}
else if (ans == 9405 && ideology >=6){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9354);
}
else if (ans == 9405 && ideology >=3){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9355);
}
else if (ans == 9405 && ideology >=-1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9356);
}
else if (ans == 9405 && ideology >=-4){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9357);
}
else if (ans == 9405) {
campaignTrail_temp.question_number = getQuestionNumberFromPk(9358);
}
else if (ans == 9365 && economy==2){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9359);
}
else if (ans == 9365 && economy==1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9360);
}
else if (ans == 9365){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9361);
}
else if (ans == 9366 && economy==2){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9359);
}
else if (ans == 9366 && economy==1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9360);
}
else if (ans == 9366){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9361);
}
else if (ans == 9367 && economy==2){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9359);
}
else if (ans == 9367 && economy==1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9360);
}
else if (ans == 9367){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9361);
}
else if (ans == 9368 && economy==2){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9359);
}
else if (ans == 9368 && economy==1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9360);
}
else if (ans == 9368){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9361);
}
else if (ans == 9369 && economy==2){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9359);
}
else if (ans == 9369 && economy==1){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9360);
}
else if (ans == 9369){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9361);
}
else if (ans == 9370){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9362);
}
else if (ans == 9371){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9362);
}
else if (ans == 9372){
campaignTrail_temp.question_number = getQuestionNumberFromPk(9362);
}
else {
return false;
}
}
campaignTrail_temp.questions_json = [
{
"model": "campaign_trail.question",
"pk": 9015,
"fields": {
"priority": 0,
"description": "This isnโ€™t what you expected. Republicans
spent years criticizing Johnson and Kennedy for their policy in Vietnam.
And now, just as the GOP returns to the White House, it seems too late.
Poorly dressed refugees crawl in a human tide toward American helicopters
as Saigon falls to Le Duanโ€™s forces. Officially, John Lindsay will be
remembered as the president under whom South Vietnam fell. Your approval
is at rock bottom, and bringing up the Kennedy affair yet again wonโ€™t
work. You must respond.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9026,
"fields": {
"priority": 1,
"description": "As your advisers wait for your orders to
draft the RNC speech, you reflect. Your victories were Pyrrhic. The
people wanted Reagan, but Dole and Morton pulled enough strings, just as
you knew they would. Youโ€™ll stand before a hall that mostly wants your
head, but you know there are decent people in there who donโ€™t want this
to stop being the party of Lincoln. What will you do?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9044,
"fields": {
"priority": 2,
"description": "The right breathes a little easier when Bob
Dole is renominated as vice president. Many were sure youโ€™d replace him
with someone else, but you proved them wrong. Bob has a set of special
qualities that could serve you well this campaign. How will you leverage
them?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9067,
"fields": {
"priority": 3,
"description": "You pace the Oval under a pall, fists
clenched, eyes down, while your opponentsโ€™ talking points blare from the
nearest TV. The Democratic Convention is a party; the Conservative oneโ€™s
a full-on orgy. Jacksonโ€™s speech is boilerplateโ€”carefully sanded so no
lobby take offense. The papers shove him to page two to chase the monthโ€™s
shiny object, the star duo: Ronald Reagan and John Wayne. The actorโ€™s
foray into politics was just announced and plenty still canโ€™t believe it.
In this surreal circus, whatโ€™s the play?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9112,
"fields": {
"priority": 4,
"description": "Letโ€™s rewind. Democrats won the midterms by
hammering you over a mess they created. Kennedy and Unruhโ€™s FAP drained
the tills, price controls strangled supply, and when the Arab oil embargo
hit, inflation blasted up to 15%. Gas lines around the block, grocery
lines down the aisle. The American people were hurting and yelling for
action. So what did you do?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9139,
"fields": {
"priority": 5,
"description": "You just canโ€™t catch a break. One of your
campaign promises was to overhaul the 1971 Crime Billโ€”widely blamed by
Black communities for sky-high incarceration and police brutalityโ€”and to
improve prison conditions. But crimeโ€™s been ticking up for years, and
neither Congress nor the White House wants to look soft on crime. In a
closed-door, Percy and Rockefeller try to jawbone you into flipping. The
question is: will you?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9140,
"fields": {
"priority": 6,
"description": "Letโ€™s step off this dumpster-fire campaign
for a minute and look overseas. In โ€™74, after a botched coup against
Chileโ€™s socialist government, a full-on civil war breaks out between a
right-wing junta vs. and socialistโ€“communist guerrillas. The violence is
bleeding across South America; Argentina and Peru are collapsing. You
drag Secretary Kissinger and Nixon into the Oval, and they drag the last
administration down for letting Moscowโ€™s footprint grow in our backyard.
Even abroad, youโ€™re still mopping up what Kennedy busted.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9141,
"fields": {
"priority": 7,
"description": "In โ€™74 you made the heaviest call of your
presidency: a blanket pardon for Robert F. Kennedy for any potential
crimes committed while in office. You sold it as a national-healing move,
but the GOP base saw it as a gut punch. Now itโ€™s back in the headlines as
ex-Kennedy hands troop up to the Hill to spill about their roles in the
infamous Committee to Re-Elect the President. Reporters are chasing you
down the corridors and at the rope line for comment. Whatโ€™s the line?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9171,
"fields": {
"priority": 8,
"description": "Now that the Civil Rights nightmare has
cooled a bit, another hot-button fight is set to split the country:
abortion. After the Supreme Court put constitutional cover on the
procedure up to viability, church folks of all stripes are out in force
denouncing this โ€œsatanic decree,โ€ warning the Lord will visit judgment on
a nation that tolerates infanticide. The Democratsโ€”still living under the
shadow of their Catholic Brahmin from Massachusettsโ€”have edged toward the
anti-abortion side, opening a rift with the womenโ€™s movement. Reagan,
meanwhile, is perfectly happy to turn his stump into a Sunday sermon. And
where do you come down, Mr. Lindsay?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9184,
"fields": {
"priority": 9,
"description": "In Neshoba County, Mississippi, Reagan goes
through your โ€œbetrayalsโ€ of Republicanism. He reminds the crowd you went
to the Forbidden City to sit with โ€œbutcherโ€ Mao Zedong, then signed a
nuclear-weapons ban with the Soviets right after the fall of Saigon. But
nothing fires them up like your bailout of New York Cityโ€”โ€œa sellout of
this nationโ€™s bedrock and of millions of hard-working Americans,โ€ he
says. Itโ€™s a soft spot for your presidencyโ€”NYCโ€™s fiscal mess traces back
to your mayorship. Youโ€™ve got to answer.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9214,
"fields": {
"priority": 10,
"description": "One of your first acts in office was standing
up the Environment Conservation Agency (ECA) to tackle pollution and
toxic waste from the cities to the countryside. Years later, urban folks
are grateful for cleaner airโ€”but the majors in Big Oil are sore about the
red tape. With the oil crunch already forcing you to relax some rules,
whatโ€™s the next move?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9215,
"fields": {
"priority": 11,
"description": "Your brain trust thinks theyโ€™ve found the fix
for those ugly numbers: the Rose Garden strategy. Show the country youโ€™re
the Presidentโ€”armed with real power, working the peopleโ€™s businessโ€”and
with the world as turbulent as it is, cast yourself as the peacemaker,
the statesman. The question is: where to go?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9216,
"fields": {
"priority": 12,
"description": "Aside from abortion, the other hot-button for
champagne moms and ethnic whites is busing. Republicans spent years fear-
mongering about a โ€œfederal takeover of our kids,โ€ then nominated the one
guy in their ranks who backed it. Busing polls badly across the boardโ€”and
whites hate it most. Reaganโ€™s barnstorming the South, using it as a dog
whistle to peel off the old Wallace vote, and Jacksonโ€™s keeping his head
down. Where do you plant your flag, Mr. President?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9269,
"fields": {
"priority": 13,
"description": "As the days roll by, Vice President Dole
keeps the conservatives lashed to your unorthodox platform. The problem?
Heโ€™s doing it a little too well. The moderates in your coalition get
jumpy when he pins every 20th-century war on the Democrats and accuses
Jackson of โ€œwanting to tax your dreams.โ€ Thatโ€™s not quite your brand of
Republicanism, is it?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9270,
"fields": {
"priority": 14,
"description": "Debates arenโ€™t your favorite sport, but
Morton says you need more face time on TV. So you cram the briefing
books, pocket a few zingers, and accept the League of Women Votersโ€™
invite. Reagan jumps in; Jackson, grudgingly, follows. Many expects an
easy night for the Conservative, a shot in the arm for his wobbly third-
party bid. Defeat the beast and you might grab real momentumโ€”but can
you?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9304,
"fields": {
"priority": 15,
"description": "With joblessness ticking up, Democrats are
pushing a โ€œfull employmentโ€ bill ordering the government to โ€œcreate
conditionsโ€ so unemployment doesnโ€™t top 3% for anyone 20 and over. It
raced through the House and looks set to clear the Senate. A raft of
conservative economists is waving red flags, warning it will kneecap the
inflation fightโ€”the hotter fire right now. Whatโ€™s your move, Mr.
President?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9307,
"fields": {
"priority": 15,
"description": "With joblessness ticking up, Democrats are
pushing a โ€œfull employmentโ€ bill ordering the government to โ€œcreate
conditionsโ€ so unemployment doesnโ€™t top 3% for anyone 20 and over. It
raced through the House and looks set to clear the Senate. A raft of
conservative economists is waving red flags, warning it will kneecap the
inflation fightโ€”the hotter fire right now. Whatโ€™s your move, Mr.
President?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9308,
"fields": {
"priority": 4,
"description": "Letโ€™s rewind. Democrats won the midterms by
hammering you over a mess they created. Kennedy and Unruhโ€™s FAP drained
the tills, price controls strangled supply, and when the Arab oil embargo
hit, inflation blasted up to 15%. Gas lines around the block, grocery
lines down the aisle. The American people were hurting and yelling for
action. So what did you do?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9352,
"fields": {
"priority": 16,
"description": "Youโ€™re barnstorming the country while Dole
prepares for his vicepresidential debate. Youโ€™ve told him to be civil,
skip the bad-faith brawls and defend the record. Swinging through New
York gives you a slide of the old feelingโ€”like the City Hall days. Back
at the big house, working through call sheets for next week, you know
itโ€™s going to be a hardโ€”arduous, yes, but maybe exciting. Who do you
ring?",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9353,
"fields": {
"priority": 17,
"description": "The second debate is here, and the chatter is
loud. The wise guys expect Reagan to steal the show, but you wonder if
voters arenโ€™t tiring of the act. Jackson looks set to go for the jugular.
You need to land this campaign on a high note. It feels like the last
stand, the tape in sightโ€”and thereโ€™s that whisper about your downfall.
Prove it wrong.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9354,
"fields": {
"priority": 18,
"description": "Youโ€™re tucking into fried chicken in
Kentuckyโ€”sleeves rolled up so the grease doesnโ€™t nail your white shirtโ€”
when the bulletin hits: John Wayneโ€™s cancer is back. Later reports say
the diagnosis came late summer, and Reaganโ€™s campaign tried to keep a lid
on it. The Conservative Party erupts; itโ€™s too late to swap out the
ticket, and Reagan vanishes from the hustings while Nancy does brief
radio cameos. As the scandal churns, your spoiler looks like it just
imploded.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9355,
"fields": {
"priority": 18,
"description": "Youโ€™re tucking into fried chicken in
Kentuckyโ€”sleeves rolled up so the grease doesnโ€™t nail your white shirtโ€”
when the bulletin hits: John Wayneโ€™s cancer is back. Later reports say
the diagnosis came late summer, and Reaganโ€™s campaign tried to keep a lid
on it. The Conservative Party erupts; itโ€™s too late to swap out the
ticket, and Reagan vanishes from the hustings while Nancy does brief
radio cameos. As the scandal churns, your spoiler looks like it just
imploded.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9356,
"fields": {
"priority": 18,
"description": "You polish off a first-rate steak at a top
L.A. spot while your campaign lays out the next swingโ€”some stops up
North, a few out West, maybe a quick dip into the Upper South. The
monotony creeps in. Four straight years on the hustings and itโ€™s starting
to blur: the same baby-kissing, the same soft platitudes, the same dead-
eyed photo ops. Theyโ€™re pitching a fresh slogan and bragging on a
speechwriterโ€™s latest turn of phrase; all you can think about is that
steak.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9357,
"fields": {
"priority": 18,
"description": "Still savoring that midday Chicago cocktail,
your staff drops a special memo. Your liberal diva postureโ€”the one that
once alienated themโ€”has paid off. Progressive groups and minority voters
are peeling away from Jackson, convinced heโ€™s abandoned the banners of
civil rights and economic justice. You and Senator McCarthy are surging
in the North, while Jackson spends the closing days holed up in the Deep
South. Maybe those principles werenโ€™t wasted after all.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9358,
"fields": {
"priority": 18,
"description": "Still savoring that midday Chicago cocktail,
your staff drops a special memo. Your liberal diva postureโ€”the one that
once alienated themโ€”has paid off. Progressive groups and minority voters
are peeling away from Jackson, convinced heโ€™s abandoned the banners of
civil rights and economic justice. You and Senator McCarthy are surging
in the North, while Jackson spends the closing days holed up in the Deep
South. Maybe those principles werenโ€™t wasted after all.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9359,
"fields": {
"priority": 19,
"description": "โ€œMr. President?โ€ your secretaryโ€™s voice
crackles on the Oval Office line. โ€œSecretary Shultz is here.โ€ Of course
he is. He comes in wearing a nervous look and drops a thick dossier on
your deskโ€”the monthly economic brief. You sip your morning coffee and
start leafing through the pages.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9360,
"fields": {
"priority": 19,
"description": "โ€œMr. President?โ€ your secretaryโ€™s voice
crackles on the Oval Office line. โ€œSecretary Shultz is here.โ€ Of course
he is. He comes in wearing a nervous look and drops a thick dossier on
your deskโ€”the monthly economic brief. You sip your morning coffee and
start leafing through the pages.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9361,
"fields": {
"priority": 19,
"description": "โ€œMr. President?โ€ your secretaryโ€™s voice
crackles on the Oval Office line. โ€œSecretary Shultz is here.โ€ Of course
he is. He comes in wearing a nervous look and drops a thick dossier on
your deskโ€”the monthly economic brief. You sip your morning coffee and
start leafing through the pages.",
"likelihood": 1
}
},
{
"model": "campaign_trail.question",
"pk": 9362,
"fields": {
"priority": 20,
"description": "After a few October surprises, itโ€™s down to
the final swingโ€”the last stand, the finish line. Where do you plant your
flag? One aide shrugs that at this stage nothing moves the needle; do
what you like. Another swears these stops could tip the scale in the
toss-upsโ€”those molar-grinders that have dogged us all year. So, Johnโ€”
before wheels upโ€”where to?",
"likelihood": 1
}
}
]
campaignTrail_temp.answers_json = [
{
"model": "campaign_trail.answer",
"pk": 9016,
"fields": {
"question": 9015,
"description": "This is Kennedyโ€™s fault. The cocksucker was
not only a cheap crook but a bad peacemaker. He sold Thieu and his people
to the communists and now I have to pay for it. Everybody can see it,
right?"
}
},
{
"model": "campaign_trail.answer",
"pk": 9020,
"fields": {
"question": 9015,
"description": "This is a tragedy, a terrible tragedy. You
have to speak to Americans, acknowledge that we all made mistakes,
everyone, and that at least this terrible war has come to an end."
}
},
{
"model": "campaign_trail.answer",
"pk": 9027,
"fields": {
"question": 9026,
"description": "Garth has been talking to me for a while
about a turn to the right, and frankly, thereโ€™s no other alternative. We
have to offer some meat to the baseโ€”maybe not sate them, but feed them.
Include freedom, something about the fight against communism, and
American values."
}
},
{
"model": "campaign_trail.answer",
"pk": 9028,
"fields": {
"question": 9026,
"description": "We have to talk about Lincoln. What would old
Abe think of our party? A hundred years later, the GOP must defend what
it has always defended: democracy, civil rights, and the ordinary
citizen. Thatโ€™s what weโ€™ve done these four years, and thatโ€™s how weโ€™ll
continue."
}
},
{
"model": "campaign_trail.answer",
"pk": 9029,
"fields": {
"question": 9026,
"description": "Okay, fine, I get it. Theyโ€™re angryโ€”very
angry. Dole and Nelson have explained it to me enough times. But there
are other people out there who are more receptive to what this
administration is doing. My government is for themโ€”for the anonymous, the
forgotten. Theyโ€™re the ones who will give us victory this November."
}
},
{
"model": "campaign_trail.answer",
"pk": 9045,
"fields": {
"question": 9044,
"description": "Dole, youโ€™re a good friend, I knowโ€”but you
can be a bit blunt with your words. We could have a problem if you let
your mouth run. I think your talent might be put to best use with our
campaign donors, raising funds. You know they like you more than me."
}
},
{
"model": "campaign_trail.answer",
"pk": 9046,
"fields": {
"question": 9044,
"description": "Mr. Vice President, youโ€™ve saved my life more
times than I can count. You know how to work Congress; I donโ€™t. So what
if we spend these last months persuading some senators to vote us a few
bills? If they listen to you, we might notch a victory or two."
}
},
{
"model": "campaign_trail.answer",
"pk": 9047,
"fields": {
"question": 9044,
"description": "Tell Dole to catch the first flight out.
Cheyenne, Boise, Helenaโ€”wherever. Reagan is seducing all those states,
and their farmers donโ€™t know what he has in store for them. The South is
a lost cause, but we can still win back the West. Heโ€™ll convince themโ€”he
surely will."
}
},
{
"model": "campaign_trail.answer",
"pk": 9068,
"fields": {
"question": 9067,
"description": "Jackson isโ€ฆwell, itโ€™s pathetic. A guy who
claims to speak for the little guy, the oppressedโ€”while glad-handing the
very people who not long ago were tying nooses and segregating buses.
Letโ€™s hammer his hypocrisy and spotlight our commitment to folks at the
bottom."
}
},
{
"model": "campaign_trail.answer",
"pk": 9069,
"fields": {
"question": 9067,
"description": "Reagan is the real threat. Without him we
wouldn't be in this bind. I donโ€™t get how so many are ready to vote for
someone this irresponsible. Itโ€™s not just that his econ plan is
unseriousโ€”what exactly is Mr. Morrisonโ€™s experience? Itโ€™s two actors
mugging for the cameras."
}
},
{
"model": "campaign_trail.answer",
"pk": 9070,
"fields": {
"question": 9067,
"description": "In all this noise lies our angle. Another
Republican already won by promising normalcy and calm. We are the centerโ€”
the reasonable alternative. Let Reagan and Jackson duke it out in the
bombast lane; weโ€™ll own the normal vote, the sensible folks in the
middle."
}
},
{
"model": "campaign_trail.answer",
"pk": 9113,
"fields": {
"question": 9112,
"description": "This crisis isnโ€™t a blip. You canโ€™t pin it on
one-off events. It stems from bad econ math baked in by stale orthodoxy.
Weinberger lays out a playbook: supply-side stimulus and fiscal
restraint. Thatโ€™s the move. Then we go to war with Congress."
}
},
{
"model": "campaign_trail.answer",
"pk": 9114,
"fields": {
"question": 9112,
"description": "We need shock therapy. Do the right thing or
history wonโ€™t cut us any slack. Call Burns at the Fed and tell him to
hike rates. Painful up front, but itโ€™ll burn the inflation cancer out of
the economy."
}
},
{
"model": "campaign_trail.answer",
"pk": 9115,
"fields": {
"question": 9112,
"description": "Turn the crisis into an opportunity. Launch a
PR blitz to nudge people into new consumption habits. Have Mary do a
charity eventโ€”show even the Lindsays get the virtues of belt-tightening
and recycling. Together, we can all WIN."
}
},
{
"model": "campaign_trail.answer",
"pk": 9116,
"fields": {
"question": 9112,
"description": "This is all on Kennedy and the Democrats.
First Byrd and the president raced to see who could spend moreโ€”reckless
as hellโ€”and then Hill Democrats blocked anything we put up. The American
people are hurting; I feel their pain, and Iโ€™m shocked Mr. Byrd and Mr.
Burton canโ€™t do the same."
}
},
{
"model": "campaign_trail.answer",
"pk": 9142,
"fields": {
"question": 9139,
"description": "Honestly, this is terrible. I get itโ€”itโ€™s
rough out there, and folks love to punch down. Weโ€™ve got no choice but to
drop this. Tell the campaign to crank out a Law-and-Order line by Friday;
weโ€™ll start the ads Monday."
}
},
{
"model": "campaign_trail.answer",
"pk": 9143,
"fields": {
"question": 9139,
"description": "Nelson, dearest Nelson, I know the party
wants it and itโ€™d help the campaign, but look at the bigger picture. N-
groes are the only bloc we can actually bank this cycle, and if we pivot
here, we lose them. Nixon ran Law & Order and lostโ€”and, well, I won.
Letโ€™s do it differently."
}
},
{
"model": "campaign_trail.answer",
"pk": 9153,
"fields": {
"question": 9140,
"description": "If the Communists take Chile, thatโ€™s Cuba all
over again, right? Reagan will carve me up if I let a domino drop. Tell
Pinochet weโ€™re all-in, no hand-wringing. But no U.S. boots on the ground,
obviously."
}
},
{
"model": "campaign_trail.answer",
"pk": 9154,
"fields": {
"question": 9140,
"description": "Now Henry, Iโ€™m not the foreign-policy savant
you are, but Venezuela and Colombia are spooked about uprisingโ€”and
theyโ€™re sitting on oceans of crude, which is juicing inflation. What if
we cut a deal? Something that will soothe the voters and their
interests."
}
},
{
"model": "campaign_trail.answer",
"pk": 9155,
"fields": {
"question": 9140,
"description": "Look, Iโ€™m no fellow travelerโ€”far from it. I
flipped through a glossy on Soviet architecture yesterday; good Lord,
itโ€™s grim. But Pinochetโ€”are we sure heโ€™s our guy? Smells like another Ky,
maybe a Franco. If thereโ€™s solid proof of authoritarianism, it don't
think we should get involved."
}
},
{
"model": "campaign_trail.answer",
"pk": 9167,
"fields": {
"question": 9141,
"description": "Itโ€™s important we let the justice system do
its work and nail anyone who abused presidential power against the
American people. Attorney General Richardson is doing a first-rate job,
and I intend to keep politics out of it."
}
},
{
"model": "campaign_trail.answer",
"pk": 9172,
"fields": {
"question": 9171,
"description": "Iโ€™m with the Court on this. In this campaign
Iโ€™m taking counsel from not one, but two people: Maryโ€”alwaysโ€”and Mrs.
Dole. They understand the pain a lot of women face from dangerous,
unwanted, or unsafe pregnancies. And while I respect the feelings of the
Catholic Church and Reverend Graham, I err on the side of letting women
make their own choices."
}
},
{
"model": "campaign_trail.answer",
"pk": 9173,
"fields": {
"question": 9171,
"description": "Whatever we think of the ruling, I expect
both Senator Jackson and Mr. Reagan would agree the Supreme Court
deserves respect. Folks have every right to protest, but itโ€™s settled
law, and I donโ€™t intend to upset that challenge it. "
}
},
{
"model": "campaign_trail.answer",
"pk": 9174,
"fields": {
"question": 9171,
"description": "During my years in New York I made decisions
that rubbed religious activists the wrong way. I canโ€™t rewrite that
record. But we can let other Republicans carry this brief, and they can
make clear I donโ€™t plan to rock the boat against them."
}
},
{
"model": "campaign_trail.answer",
"pk": 9185,
"fields": {
"question": 9184,
"description": "We did what we had to do. New York is a
cornerstone of the American economy. Letting it go up in smoke wouldโ€™ve
hurt everybody. If Mr. Reagan wants to demagogue about it, he either
doesnโ€™t understand economicsโ€”or heโ€™s telling folks a tall tale."
}
},
{
"model": "campaign_trail.answer",
"pk": 9186,
"fields": {
"question": 9184,
"description": "Reaganโ€™s flogging me over a fiscal crisisโ€”but
look at his record. In โ€™66 he campaigned on a false Californiaโ€™s deficit,
then took a cleaver to care for the poor and the elderly. He was a busted
governor; I was elected mayor three times. Heโ€™s got no standing to take a
swing at my stewardship."
}
},
{
"model": "campaign_trail.answer",
"pk": 9187,
"fields": {
"question": 9184,
"description": "Letโ€™s not miss the real play here. Reagan
didnโ€™t go to Mississippi to talk about balance budgets. Thatโ€™s a
smokescreenโ€”a dog whistle. Heโ€™s promising the white folks there โ€œstatesโ€™
rights.โ€ Heโ€™s running with an avowed white supremacist. Itโ€™s racism and
hatred, and it has no place in America."
}
},
{
"model": "campaign_trail.answer",
"pk": 9217,
"fields": {
"question": 9214,
"description": "I donโ€™t see the harm in trimming some of the
more, shall we say, bureaucratic frills in the name of growth. Even the
environmental crowd has to put supper on the table, right? Theyโ€™ll get
it."
}
},
{
"model": "campaign_trail.answer",
"pk": 9218,
"fields": {
"question": 9214,
"description": "This is a serious matter, and we absolutely
have to address itโ€”itโ€™s a complicated piece of business. But perhaps itโ€™s
wiser to hold fire until January. The Democrats are going to make a meal
of this on the Hill anyway."
}
},
{
"model": "campaign_trail.answer",
"pk": 9231,
"fields": {
"question": 9215,
"description": "Three years ago Israel was nearly wiped off
the map. Itโ€™s our closest allyโ€”the lone democracy in the regionโ€”and it
needs a helping hand. Tell Prime Minister Rabin Iโ€™ll see him in Tel
Aviv."
}
},
{
"model": "campaign_trail.answer",
"pk": 9232,
"fields": {
"question": 9215,
"description": "Last year we had that dust-up over the Soviet
dissidentโ€”Solzhenitsyn, right? Fascinating figure. We were in the thick
of arms talks and had to sideline him, but maybe we take a second bite at
the apple?"
}
},
{
"model": "campaign_trail.answer",
"pk": 9233,
"fields": {
"question": 9215,
"description": "Francoโ€™s death didn't exactly came out of the
blue, but whatโ€™s unfolding in Spain is a mess. Thank God we at least kept
a lid on Portugal, right, Henry? As for this Mr. Carrero Blancoโ€”heโ€™s a
throwback, out of step. This needs tending."
}
},
{
"model": "campaign_trail.answer",
"pk": 9234,
"fields": {
"question": 9215,
"description": "An Asia tour could be the antidote to the
Vietnam syndromeโ€”signal the free nations weโ€™re not heading for the exits.
Taiwanโ€™s off the table, fine, but Tokyo and Seoul at high noon will do
the job."
}
},
{
"model": "campaign_trail.answer",
"pk": 9250,
"fields": {
"question": 9216,
"description": "As mayor I backed busingโ€”I thought it was the
best fix for our racial bind. If I were still at City Hall, Iโ€™d still
back it. But I know other cities see it differently. I respect their
right to pick what works to heal the scars of racism."
}
},
{
"model": "campaign_trail.answer",
"pk": 9251,
"fields": {
"question": 9216,
"description": "As mayor I backed busing, and flipping now
would do more harm than good. But we can still reach some of these folks,
right? These un-adapted whites are hurting and therefore cling to their
guns and prejudices. Itโ€™s sad. Get me to Appalachiaโ€”Iโ€™ll level with
them."
}
},
{
"model": "campaign_trail.answer",
"pk": 9252,
"fields": {
"question": 9216,
"description": "As mayor I backed busing because I was told
thatโ€™s what minority communities wanted. With time, Iโ€™ve learned a top-
down fix isnโ€™t a cure-all. My view has changed: we need individual
remedies."
}
},
{
"model": "campaign_trail.answer",
"pk": 9253,
"fields": {
"question": 9216,
"description": "As mayor I backed busingโ€”and I still do.
Senator Jackson once did too, and now heโ€™s executed a full about-face.
Iโ€™m stunned by the naked lack of principle. Do the Democrats really put
the fears of the comfortable ahead of the burdens of the down-trodden?"
}
},
{
"model": "campaign_trail.answer",
"pk": 9272,
"fields": {
"question": 9269,
"description": "Weโ€™re the party of Lincoln, Roosevelt, and
Eisenhower. That kind of style isnโ€™t what Republicans stand for. I like
Dole, but he needs to dial it backโ€”itโ€™s making even me uncomfortable."
}
},
{
"model": "campaign_trail.answer",
"pk": 9273,
"fields": {
"question": 9269,
"description": "Doleโ€™s style isnโ€™t exactly my cup of tea, but
if itโ€™s working, so be it. Heโ€™s the one holding the West against those
two actors. Let him keep the theatrics while our liberal Republicans
shore up the rest of the map."
}
},
{
"model": "campaign_trail.answer",
"pk": 9274,
"fields": {
"question": 9269,
"description": "Heโ€™sโ€ฆwell, heโ€™s a characterโ€”we all knew that.
Letโ€™s balance his hard edge with a warmer, more โ€œkitchen-tableโ€ voice.
His wife, Elizabethโ€”sheโ€™s as political as he is. See if we can stand
something up."
}
},
{
"model": "campaign_trail.answer",
"pk": 9275,
"fields": {
"question": 9270,
"description": "I'm gonna take Reagan head-on. Heโ€™s a smile
in a suit, light as air, and his platformโ€™s a punchline. Letโ€™s see how
folks feel when theyโ€™re reminded he opposed Medicare."
}
},
{
"model": "campaign_trail.answer",
"pk": 9276,
"fields": {
"question": 9270,
"description": "Make it civil rightsโ€”draw the contrast.
Jackson has knuckled under to his southern wing; Reaganโ€™s flirted with
the segregationist crowd all year. Iโ€™m the only one on this stage with a
real civil-rights record. Press it."
}
},
{
"model": "campaign_trail.answer",
"pk": 9277,
"fields": {
"question": 9270,
"description": "Own foreign policy. Weโ€™re the party that
keeps America out of war and brings the boys home. Those two sound happy
to nuke Moscow and Hanoi; i'm not."
}
},
{
"model": "campaign_trail.answer",
"pk": 9278,
"fields": {
"question": 9270,
"description": "Donโ€™t beat Reaganโ€”box him out. Let him spend
the hour attacking Jackson. If he goes after me, avoid any direct
confrontation. Have Safire script a few clean lines."
}
},
{
"model": "campaign_trail.answer",
"pk": 9309,
"fields": {
"question": 9308,
"description": "This crisis isnโ€™t a blip. You canโ€™t pin it on
one-off events. It stems from bad econ math baked in by stale orthodoxy.
Weinberger out a playbook: supply-side stimulus and fiscal restraint.
Thatโ€™s the move. Then we go to war with Congress."
}
},
{
"model": "campaign_trail.answer",
"pk": 9316,
"fields": {
"question": 9308,
"description": "We need shock therapy. Do the right thing or
history wonโ€™t cut us any slack. Call Burns at the Fed and tell him to
hike rates. Painful up front, but itโ€™ll burn the inflation cancer out of
the economy."
}
},
{
"model": "campaign_trail.answer",
"pk": 9320,
"fields": {
"question": 9308,
"description": "Turn the crisis into an opportunity. Launch a
PR blitz to nudge people into new consumption habits. Have Mary do a
charity eventโ€”show even the Lindsays get the virtues of belt-tightening
and recycling. Together, we can all WIN."
}
},
{
"model": "campaign_trail.answer",
"pk": 9323,
"fields": {
"question": 9308,
"description": "This is all on Kennedy and the Democrats.
First Byrd and the president raced to see who could spend moreโ€”reckless
as hellโ€”and then Hill Democrats blocked anything we put up. The American
people are hurting; I feel their pain, and Iโ€™m shocked Mr. Byrd and Mr.
Burton canโ€™t do the same."
}
},
{
"model": "campaign_trail.answer",
"pk": 9327,
"fields": {
"question": 9304,
"description": "Unemployment remains one of the biggest drags
on broad prosperityโ€”and it hits hardest in Black neighborhoods, among the
hungry and the dispossessed. Iโ€™ll sign this bill, and I invite my fellow
Republicans in the Senate to move it to my desk with all deliberate
speed."
}
},
{
"model": "campaign_trail.answer",
"pk": 9328,
"fields": {
"question": 9304,
"description": "I will veto this bill. Inflationโ€”not
unemploymentโ€”is the clear and present danger to the economy, and this
measure would hobble both the government and the Fed in fighting it.
Frankly, itโ€™s irresponsible."
}
},
{
"model": "campaign_trail.answer",
"pk": 9329,
"fields": {
"question": 9304,
"description": "If this bill hits my desk, Iโ€™ll veto itโ€”but
letโ€™s make sure it never gets that far. Bob, get Ford and Hugh Scott on
the line; they can ice this in the Senate. It canโ€™t be that hard."
}
},
{
"model": "campaign_trail.answer",
"pk": 9330,
"fields": {
"question": 9307,
"description": "Unemployment remains one of the biggest drags
on broad prosperityโ€”and it hits hardest in Black and brown neighborhoods,
among the hungry and the dispossessed. Iโ€™ll sign this bill, and I invite
my fellow Republicans in the Senate to move it to my desk with all
deliberate speed."
}
},
{
"model": "campaign_trail.answer",
"pk": 9331,
"fields": {
"question": 9307,
"description": "I will veto this bill. Inflationโ€”not
unemploymentโ€”is the clear and present danger to the economy, and this
measure would hobble both the government and the Fed in fighting it.
Frankly, itโ€™s irresponsible."
}
},
{
"model": "campaign_trail.answer",
"pk": 9332,
"fields": {
"question": 9307,
"description": "If this bill hits my desk, Iโ€™ll veto itโ€”but
letโ€™s make sure it never gets that far. Bob, get Ford and Hugh Scott on
the line; they can ice this in the Senate. It canโ€™t be that hard."
}
},
{
"model": "campaign_trail.answer",
"pk": 9363,
"fields": {
"question": 9352,
"description": "House Minority Leader Ford. Heโ€™s a solid
citizen, and weโ€™re cut from similar clothโ€”odd ducks in our own party. He
could anchor a Detroit rally, put me with hard-hats on the line, shake
hands."
}
},
{
"model": "campaign_trail.answer",
"pk": 9364,
"fields": {
"question": 9353,
"description": "Both of my opponents want a bigger military
budget. At least the senator is honest enough to admit it means higher
taxes. But is that what America needs now? Government should invest in
its own people, not bankroll foreign entanglementsโ€”and force isnโ€™t the
only solution abroad."
}
},
{
"model": "campaign_trail.answer",
"pk": 9365,
"fields": {
"question": 9354,
"description": "John Wayne is an American iconโ€”one of the
finest actors Iโ€™ve had the pleasure to watch. Everyone on this campaign
sends our prayers and our strongest support to him and his family."
}
},
{
"model": "campaign_trail.answer",
"pk": 9366,
"fields": {
"question": 9355,
"description": "John Wayne is an American iconโ€”one of the
finest actors Iโ€™ve had the pleasure to watch. Everyone on this campaign
sends our prayers and our strongest support to him and his family."
}
},
{
"model": "campaign_trail.answer",
"pk": 9367,
"fields": {
"question": 9356,
"description": "โ€œWhat? Who? When? Fineโ€”line it up. Can I see
the dessert card? Youโ€”yes, please.โ€"
}
},
{
"model": "campaign_trail.answer",
"pk": 9368,
"fields": {
"question": 9357,
"description": "Ha!"
}
},
{
"model": "campaign_trail.answer",
"pk": 9369,
"fields": {
"question": 9358,
"description": "Ha!"
}
},
{
"model": "campaign_trail.answer",
"pk": 9370,
"fields": {
"question": 9359,
"description": "Well, Georgeโ€”how are we looking? Anything
finally turning our way?"
}
},
{
"model": "campaign_trail.answer",
"pk": 9371,
"fields": {
"question": 9360,
"description": "Well, Georgeโ€”how are we looking? Anything
finally turning our way?"
}
},
{
"model": "campaign_trail.answer",
"pk": 9372,
"fields": {
"question": 9361,
"description": "Well, Georgeโ€”how are we looking? Anything
finally turning our way?"
}
},
{
"model": "campaign_trail.answer",
"pk": 9373,
"fields": {
"question": 9362,
"description": "New Yorkโ€”my beloved New Yorkโ€”letโ€™s linger.
Then hopscotch to Jersey, Pittsburgh, even Montpelier. These are the
backbone precincts of our coalition, and if we go missing, they drift to
a faux-progressive like Jackson."
}
},
{
"model": "campaign_trail.answer",
"pk": 9383,
"fields": {
"question": 9352,
"description": "Professor S. I. Hayakawa. He's a
conservative's darling, and Democrats practically handed us that seat by
nominating a campus radical like Tom Hayden. Letโ€™s fly west and bless
Hayakawaโ€™s run."
}
},
{
"model": "campaign_trail.answer",
"pk": 9384,
"fields": {
"question": 9352,
"description": "Lean on the liberal GOP holdouts. Rockyโ€™s
still nursing a grudge, but weโ€™ve got Javits, Weickerโ€”and maybe even
Secretary Brooke can swing back into Boston and make noise. Just
kidding."
}
},
{
"model": "campaign_trail.answer",
"pk": 9385,
"fields": {
"question": 9352,
"description": "This debate matters; I donโ€™t want Bob
stepping on a rake. Get him on the hornโ€”hammer home the script,
especially โ€œno personal shotsโ€ at John Wayne."
}
},
{
"model": "campaign_trail.answer",
"pk": 9403,
"fields": {
"question": 9353,
"description": "Senator Jackson wants Washington to add
programsโ€”military and civilian. Reagan wants to slash taxes. Weโ€™re
already running a deficit; these gentlemen would blow it wider. Time for
responsible government: keep what works in the safety net without
kneecapping the economy."
}
},
{
"model": "campaign_trail.answer",
"pk": 9404,
"fields": {
"question": 9353,
"description": "Jackson is campaigning with the likes of
George Wallace, Sam Ervin, and John Stennis. Heโ€™s letting the Democrats
wander back into the old shadows of discrimination. And what do you
expect from a man who backed the internment of our Japanese-American
compatriots in World War II?"
}
},
{
"model": "campaign_trail.answer",
"pk": 9405,
"fields": {
"question": 9353,
"description": "We have to seize on the age issue. Give
either man a second term and heโ€™ll be pushing seventyโ€”the oldest
president in our history. They used to compare me to the Kennedys for
youth and vigor; maybe itโ€™s time to use that edge."
}
},
{
"model": "campaign_trail.answer",
"pk": 9423,
"fields": {
"question": 9362,
"description": "Jackson and Reagan act like birth
certificates won the thing for them. Fine. Weโ€™ll work twice as hard.
Maybe it wonโ€™t be enoughโ€”but out West, anything can happen."
}
},
{
"model": "campaign_trail.answer",
"pk": 9424,
"fields": {
"question": 9362,
"description": "Goldwaterโ€™s boys swear union men are hard-
wired Democrats. Thatโ€™s not scripture. They say a guy like me canโ€™t reach
themโ€”too much bad blood. Maybe. But weโ€™ve got to try."
}
},
{
"model": "campaign_trail.answer",
"pk": 9425,
"fields": {
"question": 9362,
"description": "The South. Youโ€™ve talked me out of it all
campaign. I know they donโ€™t love me. I know Iโ€™m what they canโ€™t stand,
and Jackson has them locked down by being who he is. Stillโ€”theyโ€™re
Americans. They deserve my time."
}
}
]
campaignTrail_temp.states_json = [
{
"model": "campaign_trail.state",
"pk": 97,
"fields": {
"name": "Alabama",
"abbr": "AL",
"electoral_votes": 9,
"popular_votes": 1182850,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 98,
"fields": {
"name": "Alaska",
"abbr": "AK",
"electoral_votes": 3,
"popular_votes": 123574,
"poll_closing_time": 420,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 99,
"fields": {
"name": "Arizona",
"abbr": "AZ",
"electoral_votes": 6,
"popular_votes": 742719,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 100,
"fields": {
"name": "Arkansas",
"abbr": "AR",
"electoral_votes": 6,
"popular_votes": 769396,
"poll_closing_time": 150,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 101,
"fields": {
"name": "California",
"abbr": "CA",
"electoral_votes": 45,
"popular_votes": 7867117,
"poll_closing_time": 300,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 102,
"fields": {
"name": "Colorado",
"abbr": "CO",
"electoral_votes": 7,
"popular_votes": 1081135,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 103,
"fields": {
"name": "Connecticut",
"abbr": "CT",
"electoral_votes": 8,
"popular_votes": 1381526,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 104,
"fields": {
"name": "Delaware",
"abbr": "DE",
"electoral_votes": 3,
"popular_votes": 235834,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 105,
"fields": {
"name": "Florida",
"abbr": "FL",
"electoral_votes": 17,
"popular_votes": 3150631,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 106,
"fields": {
"name": "Georgia",
"abbr": "GA",
"electoral_votes": 12,
"popular_votes": 1467458,
"poll_closing_time": 60,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 107,
"fields": {
"name": "Hawaii",
"abbr": "HI",
"electoral_votes": 4,
"popular_votes": 291301,
"poll_closing_time": 360,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 108,
"fields": {
"name": "Idaho",
"abbr": "ID",
"electoral_votes": 4,
"popular_votes": 340932,
"poll_closing_time": 300,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 109,
"fields": {
"name": "Illinois",
"abbr": "IL",
"electoral_votes": 26,
"popular_votes": 4718833,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 110,
"fields": {
"name": "Indiana",
"abbr": "IN",
"electoral_votes": 13,
"popular_votes": 2220362,
"poll_closing_time": 0,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 111,
"fields": {
"name": "Iowa",
"abbr": "IA",
"electoral_votes": 8,
"popular_votes": 1279306,
"poll_closing_time": 240,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 112,
"fields": {
"name": "Kansas",
"abbr": "KS",
"electoral_votes": 7,
"popular_votes": 957845,
"poll_closing_time": 240,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 113,
"fields": {
"name": "Kentucky",
"abbr": "KY",
"electoral_votes": 9,
"popular_votes": 1167142,
"poll_closing_time": 0,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 114,
"fields": {
"name": "Louisiana",
"abbr": "LA",
"electoral_votes": 10,
"popular_votes": 1278439,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 115,
"fields": {
"name": "Maine",
"abbr": "ME",
"electoral_votes": 4,
"popular_votes": 483208,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 116,
"fields": {
"name": "Maryland",
"abbr": "MD",
"electoral_votes": 10,
"popular_votes": 1432273,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 117,
"fields": {
"name": "Massachusetts",
"abbr": "MA",
"electoral_votes": 14,
"popular_votes": 2547558,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 118,
"fields": {
"name": "Michigan",
"abbr": "MI",
"electoral_votes": 21,
"popular_votes": 3653749,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 119,
"fields": {
"name": "Minnesota",
"abbr": "MN",
"electoral_votes": 10,
"popular_votes": 1949931,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 120,
"fields": {
"name": "Mississippi",
"abbr": "MS",
"electoral_votes": 7,
"popular_votes": 769360,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 121,
"fields": {
"name": "Missouri",
"abbr": "MO",
"electoral_votes": 12,
"popular_votes": 1953600,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 122,
"fields": {
"name": "Montana",
"abbr": "MT",
"electoral_votes": 4,
"popular_votes": 328734,
"poll_closing_time": 240,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 123,
"fields": {
"name": "Nebraska",
"abbr": "NE",
"electoral_votes": 5,
"popular_votes": 607668,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 124,
"fields": {
"name": "Nevada",
"abbr": "NV",
"electoral_votes": 3,
"popular_votes": 201876,
"poll_closing_time": 240,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 125,
"fields": {
"name": "New Hampshire",
"abbr": "NH",
"electoral_votes": 4,
"popular_votes": 339618,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 126,
"fields": {
"name": "New Jersey",
"abbr": "NJ",
"electoral_votes": 17,
"popular_votes": 3014472,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 127,
"fields": {
"name": "New Mexico",
"abbr": "NM",
"electoral_votes": 4,
"popular_votes": 416590,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 128,
"fields": {
"name": "New York",
"abbr": "NY",
"electoral_votes": 41,
"popular_votes": 6534420,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 129,
"fields": {
"name": "North Carolina",
"abbr": "NC",
"electoral_votes": 13,
"popular_votes": 1677906,
"poll_closing_time": 90,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 130,
"fields": {
"name": "North Dakota",
"abbr": "ND",
"electoral_votes": 3,
"popular_votes": 297094,
"poll_closing_time": 300,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 131,
"fields": {
"name": "Ohio",
"abbr": "OH",
"electoral_votes": 25,
"popular_votes": 4111873,
"poll_closing_time": 90,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 132,
"fields": {
"name": "Oklahoma",
"abbr": "OK",
"electoral_votes": 8,
"popular_votes": 1092251,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 133,
"fields": {
"name": "Oregon",
"abbr": "OR",
"electoral_votes": 6,
"popular_votes": 1029876,
"poll_closing_time": 300,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 134,
"fields": {
"name": "Pennsylvania",
"abbr": "PA",
"electoral_votes": 27,
"popular_votes": 4620787,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 135,
"fields": {
"name": "Rhode Island",
"abbr": "RI",
"electoral_votes": 4,
"popular_votes": 411170,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 136,
"fields": {
"name": "South Carolina",
"abbr": "SC",
"electoral_votes": 8,
"popular_votes": 802594,
"poll_closing_time": 60,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 137,
"fields": {
"name": "South Dakota",
"abbr": "SD",
"electoral_votes": 4,
"popular_votes": 300768,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 138,
"fields": {
"name": "Tennessee",
"abbr": "TN",
"electoral_votes": 10,
"popular_votes": 1476346,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 139,
"fields": {
"name": "Texas",
"abbr": "TX",
"electoral_votes": 26,
"popular_votes": 4071884,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 140,
"fields": {
"name": "Utah",
"abbr": "UT",
"electoral_votes": 4,
"popular_votes": 541198,
"poll_closing_time": 240,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 141,
"fields": {
"name": "Vermont",
"abbr": "VT",
"electoral_votes": 3,
"popular_votes": 187855,
"poll_closing_time": 60,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 142,
"fields": {
"name": "Virginia",
"abbr": "VA",
"electoral_votes": 12,
"popular_votes": 1697094,
"poll_closing_time": 60,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 143,
"fields": {
"name": "Washington",
"abbr": "WA",
"electoral_votes": 9,
"popular_votes": 1555534,
"poll_closing_time": 300,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 144,
"fields": {
"name": "Washington DC",
"abbr": "DC",
"electoral_votes": 3,
"popular_votes": 168830,
"poll_closing_time": 120,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 145,
"fields": {
"name": "West Virginia",
"abbr": "WV",
"electoral_votes": 6,
"popular_votes": 750674,
"poll_closing_time": 90,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 146,
"fields": {
"name": "Wisconsin",
"abbr": "WI",
"electoral_votes": 11,
"popular_votes": 2101336,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
},
{
"model": "campaign_trail.state",
"pk": 147,
"fields": {
"name": "Wyoming",
"abbr": "WY",
"electoral_votes": 3,
"popular_votes": 156343,
"poll_closing_time": 180,
"winner_take_all_flg": 1,
"election": 4
}
}
]
campaignTrail_temp.issues_json = [
{
"model": "campaign_trail.issue",
"pk": 11,
"fields": {
"name": "RFK Legacy",
"stance_1": "American Stalin",
"stance_desc_1": 0,
"stance_2": "Hated",
"stance_desc_2": 0,
"stance_3": "Somewhat Hated",
"stance_desc_3": 0,
"stance_4": "Somewhat Hated",
"stance_desc_4": 0,
"stance_5": "Somewhat Loved",
"stance_desc_5": 0,
"stance_6": "Loved",
"stance_desc_6": 0,
"stance_7": "American Jesus",
"stance_desc_7": 0,
"election": 4
}
},
{
"model": "campaign_trail.issue",
"pk": 12,
"fields": {
"name": "Economy",
"stance_1": "Very Conservative",
"stance_desc_1": 0,
"stance_2": "Conservative",
"stance_desc_2": 0,
"stance_3": "Leans Conservative",
"stance_desc_3": 0,
"stance_4": "Moderate",
"stance_desc_4": 0,
"stance_5": "Leans Liberal",
"stance_desc_5": 0,
"stance_6": "Liberal",
"stance_desc_6": 0,
"stance_7": "Very Liberal",
"stance_desc_7": 0,
"election": 4
}
},
{
"model": "campaign_trail.issue",
"pk": 13,
"fields": {
"name": "Cultural Changes",
"stance_1": "Religious Right",
"stance_desc_1": 0,
"stance_2": "Pearl-clutching",
"stance_desc_2": 0,
"stance_3": "Fearful",
"stance_desc_3": 0,
"stance_4": "Moderate",
"stance_desc_4": 0,
"stance_5": "Lenient",
"stance_desc_5": 0,
"stance_6": "Liberal",
"stance_desc_6": 0,
"stance_7": "New Left",
"stance_desc_7": 0,
"election": 4
}
},
{
"model": "campaign_trail.issue",
"pk": 14,
"fields": {
"name": "GOP",
"stance_1": "Reagan's Army",
"stance_desc_1": 0,
"stance_2": "Conservative",
"stance_desc_2": 0,
"stance_3": "Conservative",
"stance_desc_3": 0,
"stance_4": "Establishment",
"stance_desc_4": 0,
"stance_5": "Rockefeller Republicans",
"stance_desc_5": 0,
"stance_6": "Lindsay Republicans",
"stance_desc_6": 0,
"stance_7": "No Republicans",
"stance_desc_7": 0,
"election": 4
}
},
{
"model": "campaign_trail.issue",
"pk": 15,
"fields": {
"name": "Foreign Policy",
"description": 0,
"stance_1": "Very Hawkish",
"stance_desc_1": 0,
"stance_2": "Hawkish",
"stance_desc_2": 0,
"stance_3": "Leans Hawk",
"stance_desc_3": 0,
"stance_4": "Leans Dove",
"stance_desc_4": 0,
"stance_5": "Leans Dove",
"stance_desc_5": 0,
"stance_6": "Dovish",
"stance_desc_6": 0,
"stance_7": "Very Dovish",
"stance_desc_7": 0,
"election": 4
}
}
]
campaignTrail_temp.state_issue_score_json = [
{
"model": "campaign_trail.state_issue_score",
"pk": 481,
"fields": {
"state": 97,
"issue": 11,
"state_issue_score": 0.25,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 482,
"fields": {
"state": 97,
"issue": 12,
"state_issue_score": -0.45,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 483,
"fields": {
"state": 97,
"issue": 13,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 484,
"fields": {
"state": 97,
"issue": 14,
"state_issue_score": -0.77,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 485,
"fields": {
"state": 97,
"issue": 15,
"state_issue_score": 0.25,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 486,
"fields": {
"state": 98,
"issue": 11,
"state_issue_score": 0,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 487,
"fields": {
"state": 98,
"issue": 12,
"state_issue_score": 0,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 488,
"fields": {
"state": 98,
"issue": 13,
"state_issue_score": -0.3,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 489,
"fields": {
"state": 98,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 490,
"fields": {
"state": 98,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 491,
"fields": {
"state": 99,
"issue": 11,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 492,
"fields": {
"state": 99,
"issue": 12,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 493,
"fields": {
"state": 99,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 494,
"fields": {
"state": 99,
"issue": 14,
"state_issue_score": -0.77,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 495,
"fields": {
"state": 99,
"issue": 15,
"state_issue_score": -0.85,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 496,
"fields": {
"state": 100,
"issue": 11,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 497,
"fields": {
"state": 100,
"issue": 12,
"state_issue_score": -0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 498,
"fields": {
"state": 100,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 499,
"fields": {
"state": 100,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 500,
"fields": {
"state": 100,
"issue": 15,
"state_issue_score": 0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 501,
"fields": {
"state": 101,
"issue": 11,
"state_issue_score": -0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 502,
"fields": {
"state": 101,
"issue": 12,
"state_issue_score": 0.25,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 503,
"fields": {
"state": 101,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 504,
"fields": {
"state": 101,
"issue": 14,
"state_issue_score": -0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 505,
"fields": {
"state": 101,
"issue": 15,
"state_issue_score": -0.55,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 506,
"fields": {
"state": 102,
"issue": 11,
"state_issue_score": -0.5,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 507,
"fields": {
"state": 102,
"issue": 12,
"state_issue_score": -0.75,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 508,
"fields": {
"state": 102,
"issue": 13,
"state_issue_score": -0.1,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 509,
"fields": {
"state": 102,
"issue": 14,
"state_issue_score": 0,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 510,
"fields": {
"state": 102,
"issue": 15,
"state_issue_score": -0.25,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 511,
"fields": {
"state": 103,
"issue": 11,
"state_issue_score": 0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 512,
"fields": {
"state": 103,
"issue": 12,
"state_issue_score": 0.45,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 513,
"fields": {
"state": 103,
"issue": 13,
"state_issue_score": 0.45,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 514,
"fields": {
"state": 103,
"issue": 14,
"state_issue_score": 0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 515,
"fields": {
"state": 103,
"issue": 15,
"state_issue_score": 0.45,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 516,
"fields": {
"state": 104,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 517,
"fields": {
"state": 104,
"issue": 12,
"state_issue_score": 0.2,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 518,
"fields": {
"state": 104,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 519,
"fields": {
"state": 104,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 520,
"fields": {
"state": 104,
"issue": 15,
"state_issue_score": 0.25,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 521,
"fields": {
"state": 105,
"issue": 11,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 522,
"fields": {
"state": 105,
"issue": 12,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 523,
"fields": {
"state": 105,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 524,
"fields": {
"state": 105,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 525,
"fields": {
"state": 105,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 526,
"fields": {
"state": 106,
"issue": 11,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 527,
"fields": {
"state": 106,
"issue": 12,
"state_issue_score": 0.3,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 528,
"fields": {
"state": 106,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 529,
"fields": {
"state": 106,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 530,
"fields": {
"state": 106,
"issue": 15,
"state_issue_score": 0.25,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 531,
"fields": {
"state": 107,
"issue": 11,
"state_issue_score": -0.1,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 532,
"fields": {
"state": 107,
"issue": 12,
"state_issue_score": -0.1,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 533,
"fields": {
"state": 107,
"issue": 13,
"state_issue_score": 0.45,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 534,
"fields": {
"state": 107,
"issue": 14,
"state_issue_score": 0.8,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 535,
"fields": {
"state": 107,
"issue": 15,
"state_issue_score": 0.45,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 536,
"fields": {
"state": 108,
"issue": 11,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 537,
"fields": {
"state": 108,
"issue": 12,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 538,
"fields": {
"state": 108,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 539,
"fields": {
"state": 108,
"issue": 14,
"state_issue_score": -0.77,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 540,
"fields": {
"state": 108,
"issue": 15,
"state_issue_score": -0.85,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 541,
"fields": {
"state": 109,
"issue": 11,
"state_issue_score": -0.25,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 542,
"fields": {
"state": 109,
"issue": 12,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 543,
"fields": {
"state": 109,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 544,
"fields": {
"state": 109,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 545,
"fields": {
"state": 109,
"issue": 15,
"state_issue_score": 0.35,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 546,
"fields": {
"state": 110,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 547,
"fields": {
"state": 110,
"issue": 12,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 548,
"fields": {
"state": 110,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 549,
"fields": {
"state": 110,
"issue": 14,
"state_issue_score": 0,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 550,
"fields": {
"state": 110,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 551,
"fields": {
"state": 111,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 552,
"fields": {
"state": 111,
"issue": 12,
"state_issue_score": 0,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 553,
"fields": {
"state": 111,
"issue": 13,
"state_issue_score": -0.3,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 554,
"fields": {
"state": 111,
"issue": 14,
"state_issue_score": -0.25,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 555,
"fields": {
"state": 111,
"issue": 15,
"state_issue_score": -0.55,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 556,
"fields": {
"state": 112,
"issue": 11,
"state_issue_score": -0.7,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 557,
"fields": {
"state": 112,
"issue": 12,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 558,
"fields": {
"state": 112,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 559,
"fields": {
"state": 112,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 560,
"fields": {
"state": 112,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 561,
"fields": {
"state": 113,
"issue": 11,
"state_issue_score": 0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 562,
"fields": {
"state": 113,
"issue": 12,
"state_issue_score": -0.25,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 563,
"fields": {
"state": 113,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 564,
"fields": {
"state": 113,
"issue": 14,
"state_issue_score": -0.25,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 565,
"fields": {
"state": 113,
"issue": 15,
"state_issue_score": -0.1,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 566,
"fields": {
"state": 114,
"issue": 11,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 567,
"fields": {
"state": 114,
"issue": 12,
"state_issue_score": 0.2,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 568,
"fields": {
"state": 114,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 569,
"fields": {
"state": 114,
"issue": 14,
"state_issue_score": -0.77,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 570,
"fields": {
"state": 114,
"issue": 15,
"state_issue_score": 0.25,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 571,
"fields": {
"state": 115,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 572,
"fields": {
"state": 115,
"issue": 12,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 573,
"fields": {
"state": 115,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 574,
"fields": {
"state": 115,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 575,
"fields": {
"state": 115,
"issue": 15,
"state_issue_score": -0.35,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 576,
"fields": {
"state": 116,
"issue": 11,
"state_issue_score": 0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 577,
"fields": {
"state": 116,
"issue": 12,
"state_issue_score": 0.2,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 578,
"fields": {
"state": 116,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 579,
"fields": {
"state": 116,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 580,
"fields": {
"state": 116,
"issue": 15,
"state_issue_score": 0,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 581,
"fields": {
"state": 117,
"issue": 11,
"state_issue_score": 0.75,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 582,
"fields": {
"state": 117,
"issue": 12,
"state_issue_score": 0.6,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 583,
"fields": {
"state": 117,
"issue": 13,
"state_issue_score": 0.45,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 584,
"fields": {
"state": 117,
"issue": 14,
"state_issue_score": 0.8,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 585,
"fields": {
"state": 117,
"issue": 15,
"state_issue_score": 0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 586,
"fields": {
"state": 118,
"issue": 11,
"state_issue_score": -0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 587,
"fields": {
"state": 118,
"issue": 12,
"state_issue_score": 0.45,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 588,
"fields": {
"state": 118,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 589,
"fields": {
"state": 118,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 590,
"fields": {
"state": 118,
"issue": 15,
"state_issue_score": 0.35,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 591,
"fields": {
"state": 119,
"issue": 11,
"state_issue_score": 0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 592,
"fields": {
"state": 119,
"issue": 12,
"state_issue_score": 0.6,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 593,
"fields": {
"state": 119,
"issue": 13,
"state_issue_score": 0.45,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 594,
"fields": {
"state": 119,
"issue": 14,
"state_issue_score": 0.8,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 595,
"fields": {
"state": 119,
"issue": 15,
"state_issue_score": 0.55,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 596,
"fields": {
"state": 120,
"issue": 11,
"state_issue_score": 0.25,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 597,
"fields": {
"state": 120,
"issue": 12,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 598,
"fields": {
"state": 120,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 599,
"fields": {
"state": 120,
"issue": 14,
"state_issue_score": -0.77,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 600,
"fields": {
"state": 120,
"issue": 15,
"state_issue_score": -0.25,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 601,
"fields": {
"state": 121,
"issue": 11,
"state_issue_score": 0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 602,
"fields": {
"state": 121,
"issue": 12,
"state_issue_score": -0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 603,
"fields": {
"state": 121,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 604,
"fields": {
"state": 121,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 605,
"fields": {
"state": 121,
"issue": 15,
"state_issue_score": -0.1,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 606,
"fields": {
"state": 122,
"issue": 11,
"state_issue_score": -0.7,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 607,
"fields": {
"state": 122,
"issue": 12,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 608,
"fields": {
"state": 122,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 609,
"fields": {
"state": 122,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 610,
"fields": {
"state": 122,
"issue": 15,
"state_issue_score": -0.5,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 611,
"fields": {
"state": 123,
"issue": 11,
"state_issue_score": -0.75,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 612,
"fields": {
"state": 123,
"issue": 12,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 613,
"fields": {
"state": 123,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 614,
"fields": {
"state": 123,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 615,
"fields": {
"state": 123,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 616,
"fields": {
"state": 124,
"issue": 11,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 617,
"fields": {
"state": 124,
"issue": 12,
"state_issue_score": -0.75,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 618,
"fields": {
"state": 124,
"issue": 13,
"state_issue_score": -0.1,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 619,
"fields": {
"state": 124,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 620,
"fields": {
"state": 124,
"issue": 15,
"state_issue_score": 0,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 621,
"fields": {
"state": 125,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 622,
"fields": {
"state": 125,
"issue": 12,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 623,
"fields": {
"state": 125,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 624,
"fields": {
"state": 125,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 625,
"fields": {
"state": 125,
"issue": 15,
"state_issue_score": -0.55,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 626,
"fields": {
"state": 126,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 627,
"fields": {
"state": 126,
"issue": 12,
"state_issue_score": 0.2,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 628,
"fields": {
"state": 126,
"issue": 13,
"state_issue_score": -0.1,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 629,
"fields": {
"state": 126,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 630,
"fields": {
"state": 126,
"issue": 15,
"state_issue_score": -0.1,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 631,
"fields": {
"state": 127,
"issue": 11,
"state_issue_score": -0.4,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 632,
"fields": {
"state": 127,
"issue": 12,
"state_issue_score": -0.5,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 633,
"fields": {
"state": 127,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 634,
"fields": {
"state": 127,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 635,
"fields": {
"state": 127,
"issue": 15,
"state_issue_score": -0.35,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 636,
"fields": {
"state": 128,
"issue": 11,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 637,
"fields": {
"state": 128,
"issue": 12,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 638,
"fields": {
"state": 128,
"issue": 13,
"state_issue_score": 0.45,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 639,
"fields": {
"state": 128,
"issue": 14,
"state_issue_score": 0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 640,
"fields": {
"state": 128,
"issue": 15,
"state_issue_score": 0.45,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 641,
"fields": {
"state": 129,
"issue": 11,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 642,
"fields": {
"state": 129,
"issue": 12,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 643,
"fields": {
"state": 129,
"issue": 13,
"state_issue_score": -0.55,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 644,
"fields": {
"state": 129,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 645,
"fields": {
"state": 129,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 646,
"fields": {
"state": 130,
"issue": 11,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 647,
"fields": {
"state": 130,
"issue": 12,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 648,
"fields": {
"state": 130,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 649,
"fields": {
"state": 130,
"issue": 14,
"state_issue_score": -0.25,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 650,
"fields": {
"state": 130,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 651,
"fields": {
"state": 131,
"issue": 11,
"state_issue_score": -0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 652,
"fields": {
"state": 131,
"issue": 12,
"state_issue_score": 0.2,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 653,
"fields": {
"state": 131,
"issue": 13,
"state_issue_score": -0.3,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 654,
"fields": {
"state": 131,
"issue": 14,
"state_issue_score": -0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 655,
"fields": {
"state": 131,
"issue": 15,
"state_issue_score": -0.1,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 656,
"fields": {
"state": 132,
"issue": 11,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 657,
"fields": {
"state": 132,
"issue": 12,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 658,
"fields": {
"state": 132,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 659,
"fields": {
"state": 132,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 660,
"fields": {
"state": 132,
"issue": 15,
"state_issue_score": -0.85,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 661,
"fields": {
"state": 133,
"issue": 11,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 662,
"fields": {
"state": 133,
"issue": 12,
"state_issue_score": 0.45,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 663,
"fields": {
"state": 133,
"issue": 13,
"state_issue_score": -0.1,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 664,
"fields": {
"state": 133,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 665,
"fields": {
"state": 133,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 666,
"fields": {
"state": 134,
"issue": 11,
"state_issue_score": -0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 667,
"fields": {
"state": 134,
"issue": 12,
"state_issue_score": 0.45,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 668,
"fields": {
"state": 134,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 669,
"fields": {
"state": 134,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 670,
"fields": {
"state": 134,
"issue": 15,
"state_issue_score": 0.25,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 671,
"fields": {
"state": 135,
"issue": 11,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 672,
"fields": {
"state": 135,
"issue": 12,
"state_issue_score": 0.45,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 673,
"fields": {
"state": 135,
"issue": 13,
"state_issue_score": 0.45,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 674,
"fields": {
"state": 135,
"issue": 14,
"state_issue_score": 0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 675,
"fields": {
"state": 135,
"issue": 15,
"state_issue_score": 0.45,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 676,
"fields": {
"state": 136,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 677,
"fields": {
"state": 136,
"issue": 12,
"state_issue_score": -0.8,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 678,
"fields": {
"state": 136,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 679,
"fields": {
"state": 136,
"issue": 14,
"state_issue_score": -0.77,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 680,
"fields": {
"state": 136,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 681,
"fields": {
"state": 137,
"issue": 11,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 682,
"fields": {
"state": 137,
"issue": 12,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 683,
"fields": {
"state": 137,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 684,
"fields": {
"state": 137,
"issue": 14,
"state_issue_score": -0.25,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 685,
"fields": {
"state": 137,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 686,
"fields": {
"state": 138,
"issue": 11,
"state_issue_score": 0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 687,
"fields": {
"state": 138,
"issue": 12,
"state_issue_score": 0.25,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 688,
"fields": {
"state": 138,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 689,
"fields": {
"state": 138,
"issue": 14,
"state_issue_score": -0.25,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 690,
"fields": {
"state": 138,
"issue": 15,
"state_issue_score": 0.35,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 691,
"fields": {
"state": 139,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 692,
"fields": {
"state": 139,
"issue": 12,
"state_issue_score": -0.75,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 693,
"fields": {
"state": 139,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 694,
"fields": {
"state": 139,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 695,
"fields": {
"state": 139,
"issue": 15,
"state_issue_score": -0.75,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 696,
"fields": {
"state": 140,
"issue": 11,
"state_issue_score": -0.75,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 697,
"fields": {
"state": 140,
"issue": 12,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 698,
"fields": {
"state": 140,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 699,
"fields": {
"state": 140,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 700,
"fields": {
"state": 140,
"issue": 15,
"state_issue_score": 0,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 701,
"fields": {
"state": 141,
"issue": 11,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 702,
"fields": {
"state": 141,
"issue": 12,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 703,
"fields": {
"state": 141,
"issue": 13,
"state_issue_score": 0.45,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 704,
"fields": {
"state": 141,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 705,
"fields": {
"state": 141,
"issue": 15,
"state_issue_score": -0.35,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 706,
"fields": {
"state": 142,
"issue": 11,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 707,
"fields": {
"state": 142,
"issue": 12,
"state_issue_score": -0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 708,
"fields": {
"state": 142,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 709,
"fields": {
"state": 142,
"issue": 14,
"state_issue_score": -0.48,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 710,
"fields": {
"state": 142,
"issue": 15,
"state_issue_score": 0,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 711,
"fields": {
"state": 143,
"issue": 11,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 712,
"fields": {
"state": 143,
"issue": 12,
"state_issue_score": 0.25,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 713,
"fields": {
"state": 143,
"issue": 13,
"state_issue_score": 0.2,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 714,
"fields": {
"state": 143,
"issue": 14,
"state_issue_score": 0.4,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 715,
"fields": {
"state": 143,
"issue": 15,
"state_issue_score": -0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 716,
"fields": {
"state": 144,
"issue": 11,
"state_issue_score": 0.75,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 717,
"fields": {
"state": 144,
"issue": 12,
"state_issue_score": 0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 718,
"fields": {
"state": 144,
"issue": 13,
"state_issue_score": 0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 719,
"fields": {
"state": 144,
"issue": 14,
"state_issue_score": 0.9,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 720,
"fields": {
"state": 144,
"issue": 15,
"state_issue_score": 0.85,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 721,
"fields": {
"state": 145,
"issue": 11,
"state_issue_score": 0.65,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 722,
"fields": {
"state": 145,
"issue": 12,
"state_issue_score": 0.45,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 723,
"fields": {
"state": 145,
"issue": 13,
"state_issue_score": -0.85,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 724,
"fields": {
"state": 145,
"issue": 14,
"state_issue_score": -0.25,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 725,
"fields": {
"state": 145,
"issue": 15,
"state_issue_score": 0.65,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 726,
"fields": {
"state": 146,
"issue": 11,
"state_issue_score": -0.55,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 727,
"fields": {
"state": 146,
"issue": 12,
"state_issue_score": -0.35,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 728,
"fields": {
"state": 146,
"issue": 13,
"state_issue_score": -0.1,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 729,
"fields": {
"state": 146,
"issue": 14,
"state_issue_score": 0,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 730,
"fields": {
"state": 146,
"issue": 15,
"state_issue_score": 0,
"weight": 0.5
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 731,
"fields": {
"state": 147,
"issue": 11,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 732,
"fields": {
"state": 147,
"issue": 12,
"state_issue_score": -0.85,
"weight": 1
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 733,
"fields": {
"state": 147,
"issue": 13,
"state_issue_score": -0.65,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 734,
"fields": {
"state": 147,
"issue": 14,
"state_issue_score": -0.77,
"weight": 0.8
}
},
{
"model": "campaign_trail.state_issue_score",
"pk": 735,
"fields": {
"state": 147,
"issue": 15,
"state_issue_score": -0.85,
"weight": 0.5
}
}
]
campaignTrail_temp.candidate_issue_score_json = [
{
"model": "campaign_trail.candidate_issue_score",
"pk": 41,
"fields": {
"candidate": 1001,
"issue": 11,
"issue_score": -0.3
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 42,
"fields": {
"candidate": 1001,
"issue": 12,
"issue_score": 0.2
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 43,
"fields": {
"candidate": 1001,
"issue": 13,
"issue_score": 0.35
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 44,
"fields": {
"candidate": 1001,
"issue": 14,
"issue_score": 0.45
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 45,
"fields": {
"candidate": 1001,
"issue": 15,
"issue_score": 0.24
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 46,
"fields": {
"candidate": 1002,
"issue": 11,
"issue_score": 0.4
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 47,
"fields": {
"candidate": 1002,
"issue": 12,
"issue_score": 0.6
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 48,
"fields": {
"candidate": 1002,
"issue": 13,
"issue_score": -0.2
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 49,
"fields": {
"candidate": 1002,
"issue": 14,
"issue_score": 0.9
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 50,
"fields": {
"candidate": 1002,
"issue": 15,
"issue_score": -0.5
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 51,
"fields": {
"candidate": 1003,
"issue": 11,
"issue_score": -0.8
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 52,
"fields": {
"candidate": 1003,
"issue": 12,
"issue_score": -0.8
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 53,
"fields": {
"candidate": 1003,
"issue": 13,
"issue_score": -0.75
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 54,
"fields": {
"candidate": 1003,
"issue": 14,
"issue_score": -0.8
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 55,
"fields": {
"candidate": 1003,
"issue": 15,
"issue_score": -0.8
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 8941,
"fields": {
"candidate": 8889,
"issue": 11,
"issue_score": -0.4
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 8942,
"fields": {
"candidate": 8889,
"issue": 12,
"issue_score": 0.8
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 8943,
"fields": {
"candidate": 8889,
"issue": 13,
"issue_score": 0.9
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 8944,
"fields": {
"candidate": 8889,
"issue": 14,
"issue_score": 0.95
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 8945,
"fields": {
"candidate": 8889,
"issue": 15,
"issue_score": 0.9
}
}
]
campaignTrail_temp.running_mate_issue_score_json = [
{
"model": "campaign_trail.candidate_issue_score",
"pk": 171,
"fields": {
"candidate": 1004,
"issue": 11,
"issue_score": -0.4
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 172,
"fields": {
"candidate": 1004,
"issue": 12,
"issue_score": -0.3
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 173,
"fields": {
"candidate": 1004,
"issue": 13,
"issue_score": -0.2
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 174,
"fields": {
"candidate": 1004,
"issue": 14,
"issue_score": -0.2
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 175,
"fields": {
"candidate": 1004,
"issue": 15,
"issue_score": -0.3
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 176,
"fields": {
"candidate": 1005,
"issue": 11,
"issue_score": -0.7
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 177,
"fields": {
"candidate": 1005,
"issue": 12,
"issue_score": -0.2
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 178,
"fields": {
"candidate": 1005,
"issue": 13,
"issue_score": -0.4
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 179,
"fields": {
"candidate": 1005,
"issue": 14,
"issue_score": 0.3
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 180,
"fields": {
"candidate": 1005,
"issue": 15,
"issue_score": 0.3
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 181,
"fields": {
"candidate": 1006,
"issue": 11,
"issue_score": -0.3
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 182,
"fields": {
"candidate": 1006,
"issue": 12,
"issue_score": 0.1
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 183,
"fields": {
"candidate": 1006,
"issue": 13,
"issue_score": 0.4
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 184,
"fields": {
"candidate": 1006,
"issue": 14,
"issue_score": 0.5
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 185,
"fields": {
"candidate": 1006,
"issue": 15,
"issue_score": 0
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 186,
"fields": {
"candidate": 1007,
"issue": 11,
"issue_score": 0.3
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 187,
"fields": {
"candidate": 1007,
"issue": 12,
"issue_score": -0.2
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 188,
"fields": {
"candidate": 1007,
"issue": 13,
"issue_score": 0.1
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 189,
"fields": {
"candidate": 1007,
"issue": 14,
"issue_score": 0
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 190,
"fields": {
"candidate": 1007,
"issue": 15,
"issue_score": 0.4
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 191,
"fields": {
"candidate": 1008,
"issue": 11,
"issue_score": -0.8
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 192,
"fields": {
"candidate": 1008,
"issue": 12,
"issue_score": -0.6
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 193,
"fields": {
"candidate": 1008,
"issue": 13,
"issue_score": -0.9
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 194,
"fields": {
"candidate": 1008,
"issue": 14,
"issue_score": -0.6
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 195,
"fields": {
"candidate": 1008,
"issue": 15,
"issue_score": -0.7
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 196,
"fields": {
"candidate": 1009,
"issue": 11,
"issue_score": -0.5
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 197,
"fields": {
"candidate": 1009,
"issue": 12,
"issue_score": 0.9
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 198,
"fields": {
"candidate": 1009,
"issue": 13,
"issue_score": 0.9
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 199,
"fields": {
"candidate": 1009,
"issue": 14,
"issue_score": 0.9
}
},
{
"model": "campaign_trail.candidate_issue_score",
"pk": 200,
"fields": {
"candidate": 1009,
"issue": 15,
"issue_score": 0.9
}
}
]
campaignTrail_temp.candidate_state_multiplier_json = [
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 340,
"fields": {
"candidate": 1001,
"state": 147,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 341,
"fields": {
"candidate": 1001,
"state": 146,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 342,
"fields": {
"candidate": 1001,
"state": 145,
"state_multiplier": 0.85
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 343,
"fields": {
"candidate": 1001,
"state": 144,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 344,
"fields": {
"candidate": 1001,
"state": 143,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 345,
"fields": {
"candidate": 1001,
"state": 142,
"state_multiplier": 0.74
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 346,
"fields": {
"candidate": 1001,
"state": 141,
"state_multiplier": 1.12
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 347,
"fields": {
"candidate": 1001,
"state": 140,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 348,
"fields": {
"candidate": 1001,
"state": 139,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 349,
"fields": {
"candidate": 1001,
"state": 138,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 350,
"fields": {
"candidate": 1001,
"state": 137,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 351,
"fields": {
"candidate": 1001,
"state": 136,
"state_multiplier": 0.5
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 352,
"fields": {
"candidate": 1001,
"state": 135,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 353,
"fields": {
"candidate": 1001,
"state": 134,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 354,
"fields": {
"candidate": 1001,
"state": 133,
"state_multiplier": 0.76
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 355,
"fields": {
"candidate": 1001,
"state": 132,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 356,
"fields": {
"candidate": 1001,
"state": 131,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 357,
"fields": {
"candidate": 1001,
"state": 130,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 358,
"fields": {
"candidate": 1001,
"state": 129,
"state_multiplier": 0.65
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 359,
"fields": {
"candidate": 1001,
"state": 128,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 360,
"fields": {
"candidate": 1001,
"state": 127,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 361,
"fields": {
"candidate": 1001,
"state": 126,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 362,
"fields": {
"candidate": 1001,
"state": 125,
"state_multiplier": 1.12
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 363,
"fields": {
"candidate": 1001,
"state": 124,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 364,
"fields": {
"candidate": 1001,
"state": 123,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 365,
"fields": {
"candidate": 1001,
"state": 122,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 366,
"fields": {
"candidate": 1001,
"state": 121,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 367,
"fields": {
"candidate": 1001,
"state": 120,
"state_multiplier": 0.5
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 368,
"fields": {
"candidate": 1001,
"state": 119,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 369,
"fields": {
"candidate": 1001,
"state": 118,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 370,
"fields": {
"candidate": 1001,
"state": 117,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 371,
"fields": {
"candidate": 1001,
"state": 116,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 372,
"fields": {
"candidate": 1001,
"state": 115,
"state_multiplier": 1.12
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 373,
"fields": {
"candidate": 1001,
"state": 114,
"state_multiplier": 0.7
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 374,
"fields": {
"candidate": 1001,
"state": 113,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 375,
"fields": {
"candidate": 1001,
"state": 112,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 376,
"fields": {
"candidate": 1001,
"state": 111,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 377,
"fields": {
"candidate": 1001,
"state": 110,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 378,
"fields": {
"candidate": 1001,
"state": 109,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 379,
"fields": {
"candidate": 1001,
"state": 108,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 380,
"fields": {
"candidate": 1001,
"state": 107,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 381,
"fields": {
"candidate": 1001,
"state": 106,
"state_multiplier": 0.6
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 382,
"fields": {
"candidate": 1001,
"state": 105,
"state_multiplier": 0.8
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 383,
"fields": {
"candidate": 1001,
"state": 104,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 384,
"fields": {
"candidate": 1001,
"state": 103,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 385,
"fields": {
"candidate": 1001,
"state": 102,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 386,
"fields": {
"candidate": 1001,
"state": 101,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 387,
"fields": {
"candidate": 1001,
"state": 100,
"state_multiplier": 0.7
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 388,
"fields": {
"candidate": 1001,
"state": 99,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 389,
"fields": {
"candidate": 1001,
"state": 98,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 390,
"fields": {
"candidate": 1001,
"state": 97,
"state_multiplier": 0.7
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 391,
"fields": {
"candidate": 1002,
"state": 147,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 392,
"fields": {
"candidate": 1002,
"state": 146,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 393,
"fields": {
"candidate": 1002,
"state": 145,
"state_multiplier": 1.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 394,
"fields": {
"candidate": 1002,
"state": 144,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 395,
"fields": {
"candidate": 1002,
"state": 143,
"state_multiplier": 1.45
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 396,
"fields": {
"candidate": 1002,
"state": 142,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 397,
"fields": {
"candidate": 1002,
"state": 141,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 398,
"fields": {
"candidate": 1002,
"state": 140,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 399,
"fields": {
"candidate": 1002,
"state": 139,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 400,
"fields": {
"candidate": 1002,
"state": 138,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 401,
"fields": {
"candidate": 1002,
"state": 137,
"state_multiplier": 0.78
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 402,
"fields": {
"candidate": 1002,
"state": 136,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 403,
"fields": {
"candidate": 1002,
"state": 135,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 404,
"fields": {
"candidate": 1002,
"state": 134,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 405,
"fields": {
"candidate": 1002,
"state": 133,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 406,
"fields": {
"candidate": 1002,
"state": 132,
"state_multiplier": 0.86
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 407,
"fields": {
"candidate": 1002,
"state": 131,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 408,
"fields": {
"candidate": 1002,
"state": 130,
"state_multiplier": 0.77
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 409,
"fields": {
"candidate": 1002,
"state": 129,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 410,
"fields": {
"candidate": 1002,
"state": 128,
"state_multiplier": 0.9
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 411,
"fields": {
"candidate": 1002,
"state": 127,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 412,
"fields": {
"candidate": 1002,
"state": 126,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 413,
"fields": {
"candidate": 1002,
"state": 125,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 414,
"fields": {
"candidate": 1002,
"state": 124,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 415,
"fields": {
"candidate": 1002,
"state": 123,
"state_multiplier": 0.76
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 416,
"fields": {
"candidate": 1002,
"state": 122,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 417,
"fields": {
"candidate": 1002,
"state": 121,
"state_multiplier": 1.15
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 418,
"fields": {
"candidate": 1002,
"state": 120,
"state_multiplier": 1.1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 419,
"fields": {
"candidate": 1002,
"state": 119,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 420,
"fields": {
"candidate": 1002,
"state": 118,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 421,
"fields": {
"candidate": 1002,
"state": 117,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 422,
"fields": {
"candidate": 1002,
"state": 116,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 423,
"fields": {
"candidate": 1002,
"state": 115,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 424,
"fields": {
"candidate": 1002,
"state": 114,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 425,
"fields": {
"candidate": 1002,
"state": 113,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 426,
"fields": {
"candidate": 1002,
"state": 112,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 427,
"fields": {
"candidate": 1002,
"state": 111,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 428,
"fields": {
"candidate": 1002,
"state": 110,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 429,
"fields": {
"candidate": 1002,
"state": 109,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 430,
"fields": {
"candidate": 1002,
"state": 108,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 431,
"fields": {
"candidate": 1002,
"state": 107,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 432,
"fields": {
"candidate": 1002,
"state": 106,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 433,
"fields": {
"candidate": 1002,
"state": 105,
"state_multiplier": 1.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 434,
"fields": {
"candidate": 1002,
"state": 104,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 435,
"fields": {
"candidate": 1002,
"state": 103,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 436,
"fields": {
"candidate": 1002,
"state": 102,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 437,
"fields": {
"candidate": 1002,
"state": 101,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 438,
"fields": {
"candidate": 1002,
"state": 100,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 439,
"fields": {
"candidate": 1002,
"state": 99,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 440,
"fields": {
"candidate": 1002,
"state": 98,
"state_multiplier": 1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 441,
"fields": {
"candidate": 1002,
"state": 97,
"state_multiplier": 1.1
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8838,
"fields": {
"candidate": 1003,
"state": 97,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8839,
"fields": {
"candidate": 1003,
"state": 98,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8840,
"fields": {
"candidate": 1003,
"state": 99,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8841,
"fields": {
"candidate": 1003,
"state": 100,
"state_multiplier": 0.65
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8842,
"fields": {
"candidate": 1003,
"state": 101,
"state_multiplier": 0.75
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8843,
"fields": {
"candidate": 1003,
"state": 102,
"state_multiplier": 0.65
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8844,
"fields": {
"candidate": 1003,
"state": 103,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8845,
"fields": {
"candidate": 1003,
"state": 104,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8846,
"fields": {
"candidate": 1003,
"state": 105,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8847,
"fields": {
"candidate": 1003,
"state": 106,
"state_multiplier": 0.7
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8848,
"fields": {
"candidate": 1003,
"state": 107,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8849,
"fields": {
"candidate": 1003,
"state": 108,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8850,
"fields": {
"candidate": 1003,
"state": 109,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8851,
"fields": {
"candidate": 1003,
"state": 110,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8852,
"fields": {
"candidate": 1003,
"state": 111,
"state_multiplier": 0.6
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8853,
"fields": {
"candidate": 1003,
"state": 112,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8854,
"fields": {
"candidate": 1003,
"state": 113,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8855,
"fields": {
"candidate": 1003,
"state": 114,
"state_multiplier": 0.7
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8856,
"fields": {
"candidate": 1003,
"state": 115,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8857,
"fields": {
"candidate": 1003,
"state": 116,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8858,
"fields": {
"candidate": 1003,
"state": 117,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8859,
"fields": {
"candidate": 1003,
"state": 118,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8860,
"fields": {
"candidate": 1003,
"state": 119,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8861,
"fields": {
"candidate": 1003,
"state": 120,
"state_multiplier": 0.7
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8862,
"fields": {
"candidate": 1003,
"state": 121,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8863,
"fields": {
"candidate": 1003,
"state": 122,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8864,
"fields": {
"candidate": 1003,
"state": 123,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8865,
"fields": {
"candidate": 1003,
"state": 124,
"state_multiplier": 0.65
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8866,
"fields": {
"candidate": 1003,
"state": 125,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8867,
"fields": {
"candidate": 1003,
"state": 126,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8868,
"fields": {
"candidate": 1003,
"state": 127,
"state_multiplier": 0.65
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8869,
"fields": {
"candidate": 1003,
"state": 128,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8870,
"fields": {
"candidate": 1003,
"state": 129,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8871,
"fields": {
"candidate": 1003,
"state": 130,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8872,
"fields": {
"candidate": 1003,
"state": 131,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8873,
"fields": {
"candidate": 1003,
"state": 132,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8874,
"fields": {
"candidate": 1003,
"state": 133,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8875,
"fields": {
"candidate": 1003,
"state": 134,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8876,
"fields": {
"candidate": 1003,
"state": 135,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8877,
"fields": {
"candidate": 1003,
"state": 136,
"state_multiplier": 0.65
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8878,
"fields": {
"candidate": 1003,
"state": 137,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8879,
"fields": {
"candidate": 1003,
"state": 138,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8880,
"fields": {
"candidate": 1003,
"state": 139,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8881,
"fields": {
"candidate": 1003,
"state": 140,
"state_multiplier": 0.76
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8882,
"fields": {
"candidate": 1003,
"state": 141,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8883,
"fields": {
"candidate": 1003,
"state": 142,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8884,
"fields": {
"candidate": 1003,
"state": 143,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8885,
"fields": {
"candidate": 1003,
"state": 144,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8886,
"fields": {
"candidate": 1003,
"state": 145,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8887,
"fields": {
"candidate": 1003,
"state": 146,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8888,
"fields": {
"candidate": 1003,
"state": 147,
"state_multiplier": 0.55
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8890,
"fields": {
"candidate": 8889,
"state": 97,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8891,
"fields": {
"candidate": 8889,
"state": 98,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8892,
"fields": {
"candidate": 8889,
"state": 99,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8893,
"fields": {
"candidate": 8889,
"state": 100,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8894,
"fields": {
"candidate": 8889,
"state": 101,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8895,
"fields": {
"candidate": 8889,
"state": 102,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8896,
"fields": {
"candidate": 8889,
"state": 103,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8897,
"fields": {
"candidate": 8889,
"state": 104,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8898,
"fields": {
"candidate": 8889,
"state": 105,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8899,
"fields": {
"candidate": 8889,
"state": 106,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8900,
"fields": {
"candidate": 8889,
"state": 107,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8901,
"fields": {
"candidate": 8889,
"state": 108,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8902,
"fields": {
"candidate": 8889,
"state": 109,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8903,
"fields": {
"candidate": 8889,
"state": 110,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8904,
"fields": {
"candidate": 8889,
"state": 111,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8905,
"fields": {
"candidate": 8889,
"state": 112,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8906,
"fields": {
"candidate": 8889,
"state": 113,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8907,
"fields": {
"candidate": 8889,
"state": 114,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8908,
"fields": {
"candidate": 8889,
"state": 115,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8909,
"fields": {
"candidate": 8889,
"state": 116,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8910,
"fields": {
"candidate": 8889,
"state": 117,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8911,
"fields": {
"candidate": 8889,
"state": 118,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8912,
"fields": {
"candidate": 8889,
"state": 119,
"state_multiplier": 0.5
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8913,
"fields": {
"candidate": 8889,
"state": 120,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8914,
"fields": {
"candidate": 8889,
"state": 121,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8915,
"fields": {
"candidate": 8889,
"state": 122,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8916,
"fields": {
"candidate": 8889,
"state": 123,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8917,
"fields": {
"candidate": 8889,
"state": 124,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8918,
"fields": {
"candidate": 8889,
"state": 125,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8919,
"fields": {
"candidate": 8889,
"state": 126,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8920,
"fields": {
"candidate": 8889,
"state": 127,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8921,
"fields": {
"candidate": 8889,
"state": 128,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8922,
"fields": {
"candidate": 8889,
"state": 129,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8923,
"fields": {
"candidate": 8889,
"state": 130,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8924,
"fields": {
"candidate": 8889,
"state": 131,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8925,
"fields": {
"candidate": 8889,
"state": 132,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8926,
"fields": {
"candidate": 8889,
"state": 133,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8927,
"fields": {
"candidate": 8889,
"state": 134,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8928,
"fields": {
"candidate": 8889,
"state": 135,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8929,
"fields": {
"candidate": 8889,
"state": 136,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8930,
"fields": {
"candidate": 8889,
"state": 137,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8931,
"fields": {
"candidate": 8889,
"state": 138,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8932,
"fields": {
"candidate": 8889,
"state": 139,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8933,
"fields": {
"candidate": 8889,
"state": 140,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8934,
"fields": {
"candidate": 8889,
"state": 141,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8935,
"fields": {
"candidate": 8889,
"state": 142,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8936,
"fields": {
"candidate": 8889,
"state": 143,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8937,
"fields": {
"candidate": 8889,
"state": 144,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8938,
"fields": {
"candidate": 8889,
"state": 145,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8939,
"fields": {
"candidate": 8889,
"state": 146,
"state_multiplier": 0.2
}
},
{
"model": "campaign_trail.candidate_state_multiplier",
"pk": 8940,
"fields": {
"candidate": 8889,
"state": 147,
"state_multiplier": 0.2
}
}
]
campaignTrail_temp.answer_score_global_json = [
{
"model": "campaign_trail.answer_score_global",
"pk": 9019,
"fields": {
"answer": 9016,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.14
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9022,
"fields": {
"answer": 9020,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.12
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9034,
"fields": {
"answer": 9027,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.002
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9037,
"fields": {
"answer": 9028,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.005
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9039,
"fields": {
"answer": 9029,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.004
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9040,
"fields": {
"answer": 9029,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9043,
"fields": {
"answer": 9027,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.02
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9074,
"fields": {
"answer": 9068,
"candidate": 1001,
"affected_candidate": 1002,
"global_multiplier": -0.025
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9075,
"fields": {
"answer": 9068,
"candidate": 1003,
"affected_candidate": 1001,
"global_multiplier": -0.025
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9077,
"fields": {
"answer": 9068,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9078,
"fields": {
"answer": 9069,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.07
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9090,
"fields": {
"answer": 9070,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9091,
"fields": {
"answer": 9070,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.035
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9121,
"fields": {
"answer": 9113,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.025
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9129,
"fields": {
"answer": 9114,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.06
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9135,
"fields": {
"answer": 9115,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.035
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9137,
"fields": {
"answer": 9116,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9146,
"fields": {
"answer": 9142,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.04
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9148,
"fields": {
"answer": 9143,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.002
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9159,
"fields": {
"answer": 9153,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.009
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9162,
"fields": {
"answer": 9154,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.004
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9164,
"fields": {
"answer": 9155,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.009
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9169,
"fields": {
"answer": 9167,
"candidate": 1001,
"affected_candidate": 1002,
"global_multiplier": -0.08
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9178,
"fields": {
"answer": 9172,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.002
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9180,
"fields": {
"answer": 9173,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.003
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9182,
"fields": {
"answer": 9174,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.03
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9191,
"fields": {
"answer": 9185,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.003
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9193,
"fields": {
"answer": 9186,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.01
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9202,
"fields": {
"answer": 9187,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.008
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9240,
"fields": {
"answer": 9232,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.007
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9243,
"fields": {
"answer": 9231,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.001
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9246,
"fields": {
"answer": 9233,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.005
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9248,
"fields": {
"answer": 9234,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.001
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9259,
"fields": {
"answer": 9250,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.012
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9261,
"fields": {
"answer": 9251,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9262,
"fields": {
"answer": 9252,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.025
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9265,
"fields": {
"answer": 9253,
"candidate": 1001,
"affected_candidate": 1002,
"global_multiplier": -0.03
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9266,
"fields": {
"answer": 9253,
"candidate": 1001,
"affected_candidate": 8889,
"global_multiplier": 0.5
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9268,
"fields": {
"answer": 9252,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9282,
"fields": {
"answer": 9272,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.003
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9284,
"fields": {
"answer": 9272,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9285,
"fields": {
"answer": 9273,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.004
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9286,
"fields": {
"answer": 9273,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9288,
"fields": {
"answer": 9274,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.007
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9294,
"fields": {
"answer": 9275,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.02
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9295,
"fields": {
"answer": 9275,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9296,
"fields": {
"answer": 9276,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.004
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9297,
"fields": {
"answer": 9276,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.035
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9298,
"fields": {
"answer": 9277,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.012
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9299,
"fields": {
"answer": 9277,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9300,
"fields": {
"answer": 9278,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.025
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9301,
"fields": {
"answer": 9278,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9311,
"fields": {
"answer": 9309,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.007
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9318,
"fields": {
"answer": 9316,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.06
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9322,
"fields": {
"answer": 9320,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.035
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9325,
"fields": {
"answer": 9323,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9339,
"fields": {
"answer": 9330,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.012
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9341,
"fields": {
"answer": 9331,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.007
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9343,
"fields": {
"answer": 9332,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9346,
"fields": {
"answer": 9327,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.004
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9348,
"fields": {
"answer": 9328,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.007
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9350,
"fields": {
"answer": 9329,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.013
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9375,
"fields": {
"answer": 9365,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.5
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9376,
"fields": {
"answer": 9366,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.333
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9377,
"fields": {
"answer": 9367,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.012
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9378,
"fields": {
"answer": 9368,
"candidate": 1001,
"affected_candidate": 1002,
"global_multiplier": -0.05
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9399,
"fields": {
"answer": 9385,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": -0.01
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9400,
"fields": {
"answer": 9369,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.1
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9402,
"fields": {
"answer": 9364,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9407,
"fields": {
"answer": 9403,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9409,
"fields": {
"answer": 9404,
"candidate": 1001,
"affected_candidate": 1002,
"global_multiplier": -0.008
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9411,
"fields": {
"answer": 9405,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.025
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9417,
"fields": {
"answer": 9372,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": -0.02
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9419,
"fields": {
"answer": 9371,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9421,
"fields": {
"answer": 9370,
"candidate": 1001,
"affected_candidate": 1001,
"global_multiplier": 0.12
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9473,
"fields": {
"answer": 9369,
"candidate": 1001,
"affected_candidate": 8889,
"global_multiplier": 1.2
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9474,
"fields": {
"answer": 9368,
"candidate": 1001,
"affected_candidate": 8889,
"global_multiplier": 1
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9476,
"fields": {
"answer": 9369,
"candidate": 1001,
"affected_candidate": 1002,
"global_multiplier": -0.1
}
},
{
"model": "campaign_trail.answer_score_global",
"pk": 9476,
"fields": {
"answer": 9368,
"candidate": 1001,
"affected_candidate": 1003,
"global_multiplier": 0.05
}
}
]
campaignTrail_temp.answer_score_issue_json = [
{
"model": "campaign_trail.answer_score_issue",
"pk": 9024,
"fields": {
"answer": 9020,
"issue": 15,
"issue_score": 0.2,
"issue_importance": 2
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9025,
"fields": {
"answer": 9016,
"issue": 15,
"issue_score": -0.1,
"issue_importance": 2
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9035,
"fields": {
"answer": 9027,
"issue": 13,
"issue_score": -0.3,
"issue_importance": 3
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9036,
"fields": {
"answer": 9027,
"issue": 14,
"issue_score": -0.5,
"issue_importance": 5
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9041,
"fields": {
"answer": 9029,
"issue": 13,
"issue_score": 0.4,
"issue_importance": 3
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9051,
"fields": {
"answer": 9045,
"issue": 12,
"issue_score": -0.3,
"issue_importance": 2
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9055,
"fields": {
"answer": 9046,
"issue": 11,
"issue_score": -0.01,
"issue_importance": 2
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9059,
"fields": {
"answer": 9047,
"issue": 13,
"issue_score": -0.01,
"issue_importance": 3
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9076,
"fields": {
"answer": 9068,
"issue": 13,
"issue_score": 0.4,
"issue_importance": 5
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9122,
"fields": {
"answer": 9113,
"issue": 12,
"issue_score": -0.6,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9128,
"fields": {
"answer": 9114,
"issue": 12,
"issue_score": -0.3,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9138,
"fields": {
"answer": 9116,
"issue": 11,
"issue_score": -0.6,
"issue_importance": 7
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9147,
"fields": {
"answer": 9142,
"issue": 13,
"issue_score": -0.5,
"issue_importance": 15
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9149,
"fields": {
"answer": 9143,
"issue": 13,
"issue_score": 0.5,
"issue_importance": 15
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9160,
"fields": {
"answer": 9153,
"issue": 15,
"issue_score": -0.7,
"issue_importance": 6
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9165,
"fields": {
"answer": 9155,
"issue": 15,
"issue_score": 0.5,
"issue_importance": 6
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9170,
"fields": {
"answer": 9167,
"issue": 11,
"issue_score": -0.4,
"issue_importance": 15
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9179,
"fields": {
"answer": 9172,
"issue": 13,
"issue_score": 0.7,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9181,
"fields": {
"answer": 9173,
"issue": 13,
"issue_score": 0.4,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9183,
"fields": {
"answer": 9174,
"issue": 13,
"issue_score": -0.3,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9192,
"fields": {
"answer": 9185,
"issue": 12,
"issue_score": -0.3,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9213,
"fields": {
"answer": 9187,
"issue": 13,
"issue_score": 0.5,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9224,
"fields": {
"answer": 9218,
"issue": 12,
"issue_score": 0.3,
"issue_importance": 8
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9226,
"fields": {
"answer": 9217,
"issue": 12,
"issue_score": -0.7,
"issue_importance": 8
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9241,
"fields": {
"answer": 9232,
"issue": 15,
"issue_score": -0.7,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9244,
"fields": {
"answer": 9231,
"issue": 15,
"issue_score": -0.3,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9247,
"fields": {
"answer": 9233,
"issue": 15,
"issue_score": 0.4,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9249,
"fields": {
"answer": 9234,
"issue": 15,
"issue_score": -0.3,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9260,
"fields": {
"answer": 9250,
"issue": 13,
"issue_score": -0.5,
"issue_importance": 15
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9263,
"fields": {
"answer": 9251,
"issue": 13,
"issue_score": 0.5,
"issue_importance": 15
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9264,
"fields": {
"answer": 9252,
"issue": 13,
"issue_score": -0.7,
"issue_importance": 15
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9283,
"fields": {
"answer": 9272,
"issue": 14,
"issue_score": 0.5,
"issue_importance": 14
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9287,
"fields": {
"answer": 9273,
"issue": 14,
"issue_score": -0.5,
"issue_importance": 14
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9289,
"fields": {
"answer": 9274,
"issue": 14,
"issue_score": 0.3,
"issue_importance": 14
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9303,
"fields": {
"answer": 9277,
"issue": 15,
"issue_score": 0.7,
"issue_importance": 15
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9312,
"fields": {
"answer": 9309,
"issue": 12,
"issue_score": -0.6,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9319,
"fields": {
"answer": 9316,
"issue": 12,
"issue_score": -0.3,
"issue_importance": 10
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9326,
"fields": {
"answer": 9323,
"issue": 11,
"issue_score": -0.6,
"issue_importance": 7
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9340,
"fields": {
"answer": 9330,
"issue": 12,
"issue_score": 0.6,
"issue_importance": 13
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9342,
"fields": {
"answer": 9331,
"issue": 12,
"issue_score": -0.6,
"issue_importance": 13
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9345,
"fields": {
"answer": 9332,
"issue": 14,
"issue_score": -0.5,
"issue_importance": 8
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9347,
"fields": {
"answer": 9327,
"issue": 12,
"issue_score": 0.6,
"issue_importance": 13
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9349,
"fields": {
"answer": 9328,
"issue": 12,
"issue_score": -0.6,
"issue_importance": 13
}
},
{
"model": "campaign_trail.answer_score_issue",
"pk": 9351,
"fields": {
"answer": 9329,
"issue": 12,
"issue_score": 0.5,
"issue_importance": 13
}
}
]
campaignTrail_temp.answer_score_state_json = [
{
"model": "campaign_trail.answer_score_state",
"pk": 9052,
"fields": {
"answer": 9045,
"state": 128,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9053,
"fields": {
"answer": 9045,
"state": 126,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9054,
"fields": {
"answer": 9045,
"state": 134,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9056,
"fields": {
"answer": 9046,
"state": 144,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9057,
"fields": {
"answer": 9046,
"state": 142,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9058,
"fields": {
"answer": 9046,
"state": 116,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9060,
"fields": {
"answer": 9047,
"state": 147,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9061,
"fields": {
"answer": 9047,
"state": 108,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9062,
"fields": {
"answer": 9047,
"state": 140,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9063,
"fields": {
"answer": 9047,
"state": 99,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9064,
"fields": {
"answer": 9047,
"state": 122,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9065,
"fields": {
"answer": 9047,
"state": 137,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9066,
"fields": {
"answer": 9047,
"state": 130,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9080,
"fields": {
"answer": 9069,
"state": 101,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9081,
"fields": {
"answer": 9069,
"state": 124,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9082,
"fields": {
"answer": 9069,
"state": 133,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9083,
"fields": {
"answer": 9069,
"state": 143,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9084,
"fields": {
"answer": 9069,
"state": 108,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9085,
"fields": {
"answer": 9069,
"state": 99,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.04
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9086,
"fields": {
"answer": 9069,
"state": 140,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.025
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9087,
"fields": {
"answer": 9069,
"state": 127,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9088,
"fields": {
"answer": 9069,
"state": 136,
"candidate": 1001,
"affected_candidate": 1002,
"state_multiplier": -0.04
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9089,
"fields": {
"answer": 9069,
"state": 147,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9092,
"fields": {
"answer": 9068,
"state": 101,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9093,
"fields": {
"answer": 9068,
"state": 124,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9094,
"fields": {
"answer": 9068,
"state": 133,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9095,
"fields": {
"answer": 9068,
"state": 143,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9096,
"fields": {
"answer": 9068,
"state": 108,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9097,
"fields": {
"answer": 9068,
"state": 99,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.04
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9098,
"fields": {
"answer": 9068,
"state": 140,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.025
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9099,
"fields": {
"answer": 9068,
"state": 127,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9100,
"fields": {
"answer": 9068,
"state": 136,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": -0.04
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9101,
"fields": {
"answer": 9068,
"state": 147,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9102,
"fields": {
"answer": 9070,
"state": 101,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9103,
"fields": {
"answer": 9070,
"state": 124,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9104,
"fields": {
"answer": 9070,
"state": 133,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9105,
"fields": {
"answer": 9070,
"state": 143,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9106,
"fields": {
"answer": 9070,
"state": 108,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9107,
"fields": {
"answer": 9070,
"state": 99,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.04
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9108,
"fields": {
"answer": 9070,
"state": 140,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.025
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9109,
"fields": {
"answer": 9070,
"state": 127,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9110,
"fields": {
"answer": 9070,
"state": 136,
"candidate": 1001,
"affected_candidate": 1002,
"state_multiplier": -0.04
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9111,
"fields": {
"answer": 9070,
"state": 147,
"candidate": 1001,
"affected_candidate": 1003,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9150,
"fields": {
"answer": 9143,
"state": 128,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9151,
"fields": {
"answer": 9143,
"state": 109,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9152,
"fields": {
"answer": 9143,
"state": 118,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9166,
"fields": {
"answer": 9155,
"state": 105,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9195,
"fields": {
"answer": 9185,
"state": 147,
"candidate": 1003,
"affected_candidate": 1001,
"state_multiplier": -0.012
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9196,
"fields": {
"answer": 9185,
"state": 99,
"candidate": 1003,
"affected_candidate": 1001,
"state_multiplier": -0.012
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9197,
"fields": {
"answer": 9185,
"state": 108,
"candidate": 1003,
"affected_candidate": 1001,
"state_multiplier": -0.012
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9198,
"fields": {
"answer": 9185,
"state": 123,
"candidate": 1003,
"affected_candidate": 1001,
"state_multiplier": -0.012
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9199,
"fields": {
"answer": 9185,
"state": 112,
"candidate": 1003,
"affected_candidate": 1001,
"state_multiplier": -0.012
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9200,
"fields": {
"answer": 9185,
"state": 128,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.009
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9203,
"fields": {
"answer": 9187,
"state": 97,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9204,
"fields": {
"answer": 9187,
"state": 98,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9205,
"fields": {
"answer": 9187,
"state": 114,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9206,
"fields": {
"answer": 9187,
"state": 120,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9207,
"fields": {
"answer": 9187,
"state": 106,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9208,
"fields": {
"answer": 9187,
"state": 136,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9209,
"fields": {
"answer": 9187,
"state": 105,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9210,
"fields": {
"answer": 9187,
"state": 129,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9211,
"fields": {
"answer": 9187,
"state": 138,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9212,
"fields": {
"answer": 9187,
"state": 142,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.008
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9222,
"fields": {
"answer": 9218,
"state": 139,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9223,
"fields": {
"answer": 9218,
"state": 134,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9227,
"fields": {
"answer": 9217,
"state": 139,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.015
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9228,
"fields": {
"answer": 9217,
"state": 134,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.015
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9229,
"fields": {
"answer": 9218,
"state": 145,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": -0.015
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9230,
"fields": {
"answer": 9217,
"state": 145,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9245,
"fields": {
"answer": 9231,
"state": 128,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.014
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9271,
"fields": {
"answer": 9231,
"state": 105,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9313,
"fields": {
"answer": 9309,
"state": 97,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.005
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9314,
"fields": {
"answer": 9309,
"state": 106,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.007
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9315,
"fields": {
"answer": 9309,
"state": 98,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.008
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9386,
"fields": {
"answer": 9363,
"state": 118,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9387,
"fields": {
"answer": 9363,
"state": 109,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9388,
"fields": {
"answer": 9363,
"state": 131,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9390,
"fields": {
"answer": 9383,
"state": 101,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9391,
"fields": {
"answer": 9383,
"state": 133,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9392,
"fields": {
"answer": 9383,
"state": 143,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9394,
"fields": {
"answer": 9384,
"state": 128,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9395,
"fields": {
"answer": 9384,
"state": 134,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9396,
"fields": {
"answer": 9384,
"state": 126,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9430,
"fields": {
"answer": 9425,
"state": 97,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9431,
"fields": {
"answer": 9425,
"state": 100,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9432,
"fields": {
"answer": 9425,
"state": 120,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9433,
"fields": {
"answer": 9425,
"state": 114,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9434,
"fields": {
"answer": 9425,
"state": 136,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.02
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9435,
"fields": {
"answer": 9425,
"state": 129,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9436,
"fields": {
"answer": 9425,
"state": 142,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9439,
"fields": {
"answer": 9373,
"state": 128,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9440,
"fields": {
"answer": 9373,
"state": 134,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9441,
"fields": {
"answer": 9373,
"state": 126,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9442,
"fields": {
"answer": 9373,
"state": 117,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9443,
"fields": {
"answer": 9373,
"state": 103,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9444,
"fields": {
"answer": 9373,
"state": 135,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9445,
"fields": {
"answer": 9373,
"state": 104,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9453,
"fields": {
"answer": 9423,
"state": 101,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9454,
"fields": {
"answer": 9423,
"state": 133,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9455,
"fields": {
"answer": 9423,
"state": 143,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9456,
"fields": {
"answer": 9423,
"state": 124,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9457,
"fields": {
"answer": 9423,
"state": 108,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9458,
"fields": {
"answer": 9423,
"state": 100,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9459,
"fields": {
"answer": 9423,
"state": 147,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9461,
"fields": {
"answer": 9424,
"state": 118,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9462,
"fields": {
"answer": 9424,
"state": 146,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9463,
"fields": {
"answer": 9424,
"state": 109,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9464,
"fields": {
"answer": 9424,
"state": 119,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9465,
"fields": {
"answer": 9424,
"state": 131,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9466,
"fields": {
"answer": 9424,
"state": 110,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9467,
"fields": {
"answer": 9424,
"state": 113,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.01
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9468,
"fields": {
"answer": 9365,
"state": 97,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.06
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9469,
"fields": {
"answer": 9365,
"state": 100,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9470,
"fields": {
"answer": 9365,
"state": 140,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.1
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9471,
"fields": {
"answer": 9365,
"state": 108,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.1
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9472,
"fields": {
"answer": 9365,
"state": 120,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.12
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9483,
"fields": {
"answer": 9366,
"state": 108,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9485,
"fields": {
"answer": 9366,
"state": 100,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.05
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9486,
"fields": {
"answer": 9366,
"state": 105,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.06
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9487,
"fields": {
"answer": 9366,
"state": 138,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.04
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9488,
"fields": {
"answer": 9366,
"state": 129,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.03
}
},
{
"model": "campaign_trail.answer_score_state",
"pk": 9489,
"fields": {
"answer": 9366,
"state": 140,
"candidate": 1001,
"affected_candidate": 1001,
"state_multiplier": 0.06
}
}
]
campaignTrail_temp.answer_feedback_json = [
{
"model": "campaign_trail.answer_feedback",
"pk": 9017,
"fields": {
"answer": 9016,
"candidate": 1001,
"answer_feedback": "Criticizing your predecessor provokes the
usual reactions, and itโ€™s true that the terms of the โ€™72 agreement
werenโ€™t the most generous for the South. But the images of the withdrawal
from Saigon drown out your words, and the midterms end in a bloodbath
worse than 1958."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9021,
"fields": {
"answer": 9020,
"candidate": 1001,
"answer_feedback": "Safire writes a beautiful speech and it
brings a tear to some viewersโ€™ eyes, but within a few days Buckley says
something about a โ€œspirit of weaknessโ€ alongside his senator brother. He
and his party make November a humiliation for you."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9030,
"fields": {
"answer": 9027,
"candidate": 1001,
"answer_feedback": "A patriotic speech never plays badly, and
the hall roars when you talk about the POWs brought home and all they
represent. Dole hugs you on the way out and asks you to keep that tone at
least through November."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9031,
"fields": {
"answer": 9028,
"candidate": 1001,
"answer_feedback": "An empty appeal to the first Republican
president ends with a string of abstract promises that appeal to everyone
and no one. The next morning, almost everyone nods in agreement when
Senator McCarthy speaks of an exhausted administration."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9032,
"fields": {
"answer": 9029,
"candidate": 1001,
"answer_feedback": "You may be onto something, Mr. Mayor.
Your appeals to racial equality and social progress get the expected boos
and silences from the Western delegations, but some polling firms report
a slight uptick in support in the inner cities. At this moment, that
means the world to you."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9048,
"fields": {
"answer": 9045,
"candidate": 1001,
"answer_feedback": "The vice president nods, though his
annoyance is hard to hide. Green gold flows into the campaign as Dole
convinces the haves and the have-mores that your bid protects their
freedoms and benefits. But it doesnโ€™t stop some from handing themselves
over to the Gipper after a deceitful smile."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9049,
"fields": {
"answer": 9046,
"candidate": 1001,
"answer_feedback": "He does the job effectively, and little
by little the bills get less bogged down, the conservative coalition
eases its demands, the Good Olโ€™ Boys donโ€™t bite with as much venom. For a
moment, it almost feels like your government is functional."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9050,
"fields": {
"answer": 9047,
"candidate": 1001,
"answer_feedback": "Dole in cowboy garb, Dole on horseback,
Dole in a country bar. While some wonder where the president is, itโ€™s all
smiles and backslapping. The polls register a rise in vote intention, a
trend... that lasts as long as it takes Reagan to announce his running
mate."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9071,
"fields": {
"answer": 9068,
"candidate": 1001,
"answer_feedback": "Running to the Demsโ€™ left worked in โ€™72,
and it still stings them. The indefatigable Eugene McCarthy starts
surging while Jackson scrambles to scrub those hugs with Robert Byrd. But
every inch you gain on that flank bleeds support on the other."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9072,
"fields": {
"answer": 9069,
"candidate": 1001,
"answer_feedback": "Your team yanks you back from this line
of attackโ€”and thank God. Wayneโ€™s been the face of conservatism for
decades, and even long in the tooth he still thrills white middle-class
voters. In the old cowboy getup, rifle in hand, he serves up all the red-
blooded Americanism your administration misses."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9073,
"fields": {
"answer": 9070,
"candidate": 1001,
"answer_feedback": "Your ads ghost the opponents and push
feel-good vibes: kitchen-table calm, bipartisanship, apple-pie unity.
Smiling (white) families over Thanksgiving turkey, parents reunited with
kids returning from Asia. Itโ€™s pretty as a pictureโ€”and just as fake.
Reagan and Jackson have a field day clowning your disconnect from the
real world."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9117,
"fields": {
"answer": 9113,
"candidate": 1001,
"answer_feedback": "It didn't pass. Democrats demagogued
โ€œausterityโ€ as code for โ€œcutting Grandmaโ€™s Social Security,โ€ and even
some of your own staff flinched at breaking the post-New Deal Keynesian
consensus. The package was knifed in the Houseโ€”buried by the committee
baronsโ€”and the CPI kept marching north, to your considerable chagrin."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9118,
"fields": {
"answer": 9114,
"candidate": 1001,
"answer_feedback": "Voters felt like they were put through
forced chemo. With joblessness replacing inflation, folks couldnโ€™t see
any real improvementโ€”though your econ brain trust swore it was fine. A
year later, youโ€™re still under their spell."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9119,
"fields": {
"answer": 9115,
"candidate": 1001,
"answer_feedback": "If your goal was to come off like an out-
of-touch coastal elitist, mission accomplished."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9120,
"fields": {
"answer": 9116,
"candidate": 1001,
"answer_feedback": "It might be true, but itโ€™s irrelevant.
Kennedyโ€™s yesterdayโ€™s newsโ€”and he didnโ€™t jack up their grocery bill, that
happened on your watch."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9144,
"fields": {
"answer": 9142,
"candidate": 1001,
"answer_feedback": "The White House touts new penalties for
vandalism and other misdemeanors, and Rockefeller puts his ego aside to
remind everyone of his โ€œwinโ€ at Attica. As the arrests of Black and brown
faces pile up in the city you once ran, the community leaders who once
embraced you just sighโ€”not in surprise, but in sorrow."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9145,
"fields": {
"answer": 9143,
"candidate": 1001,
"answer_feedback": "Before walking out, he spits โ€œYouโ€™re an
idiot,โ€ not in angerโ€”just contempt. For payback, Senator Tower rushes a
new tough-on-crime bill that, luckily, wonโ€™t hit your desk until after
the election. But the heirs of the Reverend clock your stubbornness, and,
even if itโ€™s not obvious, the polls nudge your wayโ€”new sympathy that
could be decisive."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9156,
"fields": {
"answer": 9154,
"candidate": 1001,
"answer_feedback": "On paper, it sounded nice. In practice,
the Caracas meeting blows up when President Carlos Andrรฉs Pรฉrez wonโ€™t
play ball with Big Oil. Wheels up, Kissinger grumbles that Nixonโ€™s deep
disdain for the Venezuelans iced the whole thing."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9157,
"fields": {
"answer": 9155,
"candidate": 1001,
"answer_feedback": "Channeling a Kennedy-style โ€œhuman rights
firstโ€ line lights up the right flank and the liberal hawks alike, who
rally to Reaganโ€™s hard line. Jackson parrots the same copy, not a comma
changed, and before long the <i>Montoneros</i> take credit for a bombing
in Buenos Aires that killed thirty civilians."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9158,
"fields": {
"answer": 9153,
"candidate": 1001,
"answer_feedback": "Pinochet seems like a modern-day Custer,
vowing โ€œtotal eradication of the Marxist menace,โ€ and pretty soon the
<i>guerrilleros</i> get rolled up. Jesse Helms tips his hat to your
backbone and takes a swipe at that โ€œkidโ€ Kennedy. Reports of atrocities
in junta-held zones get waved off as \"red propaganda\"."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9168,
"fields": {
"answer": 9167,
"candidate": 1001,
"answer_feedback": "Reagan is using the Senate hearings to
weld the Democrats to the Bolsheviks and Pol Pot, so anything you say
sounds mushy by comparison. While the Bobbycrats cry โ€œwitch huntโ€ and
even the former president snipes at your administration, the steady
drumbeat of Dem corruption keeps putting Jackson on the defensiveโ€”and
more than a little red-faced."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9175,
"fields": {
"answer": 9172,
"candidate": 1001,
"answer_feedback": "The next few weeks are a gale of
brickbatsโ€”and a few death threatsโ€”but by carving daylight between you and
the your opponents, you pull in a slice of votersโ€”college kids and young
womenโ€”whoโ€™d have gone McCarthy or stayed home. You even get a quiet call
from the disgraced Barry Goldwaterโ€”swears itโ€™s off the record, then signs
off with a flat โ€œthank you.โ€"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9176,
"fields": {
"answer": 9173,
"candidate": 1001,
"answer_feedback": "Playing it neutral still tags you as the
โ€œpro-abortionโ€ guy in this climate, but your silenceโ€”while shy of a full
embraceโ€”signals to the feminists that the doorโ€™s open. Gloria Steinem
files an op-ed in Ms. titled โ€œThe Case for Lindsay.โ€"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9177,
"fields": {
"answer": 9174,
"candidate": 1001,
"answer_feedback": "Phyllis Schlafly is one Republican whoโ€™d
happily mount your head on a pikeโ€”or grab popcorn while you roast. Sheโ€™ll
hate you no matter how many mountains Morton moves. And yet thereโ€™s a
strange twinge when the new Eagle Forum editorial tips its hat to one of
your spotsโ€”and praises their loyal Republican for โ€œbringing the
Kingmakerโ€™s pet to the right sideโ€ on the life issue. You spend five
minutes thinking about powerโ€”and shame."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9188,
"fields": {
"answer": 9185,
"candidate": 1001,
"answer_feedback": "Reagan's playing the ol' โ€œus-versus-themโ€
card, leaning on your deficit in rural counties. The more farmers hear
you defending the ultimate coastal metropolis, the more resentment you
stokeโ€”and the polarization deepens."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9189,
"fields": {
"answer": 9186,
"candidate": 1001,
"answer_feedback": "Turning the guns on Reaganโ€™s own flubs
dents his image. Jackson piles on, warning of Social Security and
Medicare cuts if the old actor wins. Wayneโ€™s โ€œworkfareโ€ chatter doesnโ€™t
exactly calm seniors."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9190,
"fields": {
"answer": 9187,
"candidate": 1001,
"answer_feedback": "Hard to deny Reaganโ€™s borrowed Wallaceโ€™s
Southern machinery, and that Playboy interview keeps dogging Wayne. But
those โ€œstatesโ€™ rightsโ€ signals have willing earsโ€”and not just south of
the Mason-Dixon."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9219,
"fields": {
"answer": 9217,
"candidate": 1001,
"answer_feedback": "You huddle with the brass from Exxon and
Texaco and roll out a five-year plan to goose domestic production. They
clap you on the back, flash a tight, toothy grin, and gush about your
โ€œpragmatism.โ€ Turns out, youโ€™re one of the โ€œgood onesโ€ after all."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9220,
"fields": {
"answer": 9218,
"candidate": 1001,
"answer_feedback": "Senator Muskie offers faint praise for
keeping safety and clean air above campaign theatrics, but you leave the
field open for Jackson and Reagan to rack up endorsements. And most of
the โ€œgreensโ€ were headed for McCarthy regardless."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9236,
"fields": {
"answer": 9233,
"candidate": 1001,
"answer_feedback": "On the eve of your Madrid swing, Prime
Minister Blanco is killed in a terror attack pinned on Basque
nationalists. You meet instead with King Juan Carlos, who assures you a
shift to โ€œliberal democracyโ€ is underway. After you depart, he taps the
more reform-minded Adolfo Suรกrez to carry it forwardโ€”much to your
satisfaction, and Kissingerโ€™s."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9237,
"fields": {
"answer": 9231,
"candidate": 1001,
"answer_feedback": "Your advisors clock a small Gallup bump
with New Yorkโ€™s Jewish voteโ€”but thatโ€™s not why you came out here to the
desert, to the Holy Land. You meet a people scarred by oppression, shake
their hands, and pledge Americaโ€™s full backing. Hearing about fedayeen
terror and Munich is enough to put a lump in your throat."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9238,
"fields": {
"answer": 9234,
"candidate": 1001,
"answer_feedback": "Sampling delicacies in Kyoto or shopping
in Shibuya isnโ€™t why you ran for president, but it sure sweetens the
grind. As this Pacific swing rolls onโ€”through nations wrestling with
corruption scandals and military juntasโ€”you canโ€™t help wishing politics
werenโ€™t such an ugly business. It doesnโ€™t have to be, not always."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9239,
"fields": {
"answer": 9232,
"candidate": 1001,
"answer_feedback": "Solzhenitsyn agreesโ€”and is surprised you
will. But heโ€™s been frozen out of elite circles amid charges of anti-
Semitism and neo-fascism, and the photo-op scorches whatever anti-
Communist credit you hoped to bank."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9254,
"fields": {
"answer": 9251,
"candidate": 1001,
"answer_feedback": "As a heckler spits on your tuxedo and
calls you a \"n***er lover\", you leave shaken. These filth to not
deserve your help. You're done trying to win over a crowd that was never
going to stop hating."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9255,
"fields": {
"answer": 9250,
"candidate": 1001,
"answer_feedback": "A deft pivotโ€”cleaner than Ronnieโ€™s
bullhorn. More white ethnics drift your way, though your old allies wear
long faces. The sting of betrayal hangs in the air, and the hard truth
remains: most mayors don't care about systemic inequities."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9256,
"fields": {
"answer": 9252,
"candidate": 1001,
"answer_feedback": "The word โ€œindividualโ€ hits your right
flank like tonic. Movement conservatives forget all the times you made
them see red. Overnight you are a respectable Republicanโ€”a defender of
liberty. Reaganโ€™s starts to hemorrhage; the old cowboy shtick looks
tired. Why settle for rodeo theatrics when you can be principled and
polished?"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9257,
"fields": {
"answer": 9253,
"candidate": 1001,
"answer_feedback": "Anonymous money sluices into McCarthyโ€™s
coffers, and a few bomb-throwers pop up to torch Jackson for racism.
Jackson coughs up a statementโ€”so mushy it infuriates both camps. Your
wedge play lands; Nixon rumbles his approval, admitting he โ€œdidnโ€™t figure
you for such a bastard.โ€"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9279,
"fields": {
"answer": 9272,
"candidate": 1001,
"answer_feedback": "โ€œOur political opponents arenโ€™t enemies,โ€
he mutters, โ€œand half the time theyโ€™re our allies.โ€ Dole bristles at the
scolding but partly owns it and adopts a calmer tone in the weeks ahead.
Down South, a few radio jocks crack jokes about your manhood."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9280,
"fields": {
"answer": 9273,
"candidate": 1001,
"answer_feedback": "Even your right-wing staffers blink when
Dole calls Pete McCloskey a โ€œslimy creature,โ€ a shot he later has to
apologize for. Still, as disillusion deepens and voters feel threatened,
the tough talk has its own dark appeal."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9281,
"fields": {
"answer": 9274,
"candidate": 1001,
"answer_feedback": "Mrs. Dole and the VP both sign on.
Elizabeth launches a modest โ€œWomen for Lindsayโ€ committee. Youโ€™re
especially taken with one of its live wiresโ€”a striking young lawyer from
Illinois with real fire."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9290,
"fields": {
"answer": 9275,
"candidate": 1001,
"answer_feedback": "โ€œWell, there you go again.โ€ By the time
he ends his rebuke, even you can feel it score. Jackson grins like the
Cheshire cat while the Gipper trains his guns on โ€œLindsy.โ€ Cold sweat,
dead airโ€”youโ€™re halfway to conceding on live TV."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9291,
"fields": {
"answer": 9276,
"candidate": 1001,
"answer_feedback": "The hits landโ€”anyone with half an eye can
see their games. But Jackson tags you for seeking a VRA carve-out back in
โ€™65, and Reagan cries โ€œrace-baiting.โ€ What a clown."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9292,
"fields": {
"answer": 9277,
"candidate": 1001,
"answer_feedback": "With Vietnamโ€™s wound still raw, plenty of
voters actually like their crazy talk. Your China trip scans as a slap at
the veterans of Korea. Why canโ€™t they see the difference? A few days
later, in a fit of desperation, you tell Kissinger to shutter the
backchannel to Egypt."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9293,
"fields": {
"answer": 9278,
"candidate": 1001,
"answer_feedback": "Reagan blinks when you nod along on big
government and torch Democratic โ€œreckless spending.โ€ You pitch a
palatable conservatismโ€”with no โ€œyoung bucks\" or extremist virtue.
Viewers find you did a lot better than they expected."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9310,
"fields": {
"answer": 9309,
"candidate": 1001,
"answer_feedback": "Dems squealed like stuck pigs when the
White House pushed a FAP rollback, but Dole sold it riding the anti-RFK
mood. The bill that hit your desk was a watered-down version, and a
handful of Dixiecrats voted โ€œayeโ€ in exchange for shameless pork. Still,
the books steadied and the tax relief gave families some breathing room."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9317,
"fields": {
"answer": 9316,
"candidate": 1001,
"answer_feedback": "Voters felt like they were put through
forced chemo. With joblessness replacing inflation, folks couldnโ€™t see
any real improvementโ€”though your econ brain trust swore it was fine. A
year later, youโ€™re still under their spell."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9321,
"fields": {
"answer": 9320,
"candidate": 1001,
"answer_feedback": "If your goal was to come off like an out-
of-touch coastal elitist, mission accomplished."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9324,
"fields": {
"answer": 9323,
"candidate": 1001,
"answer_feedback": "It might be true, but itโ€™s irrelevant.
Kennedyโ€™s yesterdayโ€™s newsโ€”and he didnโ€™t jack up their grocery bill, that
happened on your watch."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9333,
"fields": {
"answer": 9327,
"candidate": 1001,
"answer_feedback": "Almost no Republicans heed the call, but
the bill is slated to reach you right after Election Day. This liberal
answer will definitely not please your baseโ€”and you donโ€™t seem to be
chasing them."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9334,
"fields": {
"answer": 9328,
"candidate": 1001,
"answer_feedback": "Tough talk, Mr. President. To liberals,
youโ€™ve become just another water-carrier for corporate interests, and
Democrats will likely try to override. You do, however, buy yourself a
few good weeks of press: The Wall Street Journal finally endorses you as
the โ€œmost plausible best choice.โ€"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9335,
"fields": {
"answer": 9329,
"candidate": 1001,
"answer_feedback": "โ€œItโ€™s not a question of difficultyโ€”they
just donโ€™t like you and want you to fail,โ€ Ford says flatly. After your
deals with their rivals and your apostasy on GOP articles of faith, most
Republicans arenโ€™t inclined to lift a finger for your re-election. What a
lunch of thin skins. To counter them, you won't even veto the bill."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9336,
"fields": {
"answer": 9330,
"candidate": 1001,
"answer_feedback": "After weeks of right-wing pivots on the
trail, this feels off. Reagan tells a Springfield crowd that โ€œa leopard
never changes its spots,โ€ and any progressives you might have wooed have
already scratched you off."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9337,
"fields": {
"answer": 9331,
"candidate": 1001,
"answer_feedback": "Tough talk, Mr. President. To liberals,
youโ€™ve become just another water-carrier for corporate interests, and
Democrats will likely try to override. You do, however, buy yourself a
few good weeks of press: The Wall Street Journal finally endorses you as
the โ€œmost plausible best choice.โ€"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9338,
"fields": {
"answer": 9332,
"candidate": 1001,
"answer_feedback": "Hard as it is, a coalition of
conservative Democrats and a lockstep GOP kills the bill in the Senate,
59โ€“41. The papers say Republicans only came around after your steady
โ€œreturn to true Republican principlesโ€โ€”translation: you started sounding
like them. Senator Goldwater even dedicates his vote to youโ€”an image that
wouldโ€™ve been unthinkable four years ago."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9382,
"fields": {
"answer": 9363,
"candidate": 1001,
"answer_feedback": "Ford organizes it, but keeps to the
smoke-filled backrooms he prefers. You do get help from former Governor
George Romneyโ€”a gracious man whose unconventional faith you find
intriguing."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9389,
"fields": {
"answer": 9383,
"candidate": 1001,
"answer_feedback": "Hayakawa doesnโ€™t need your blessingโ€”but
you do in California with Reagan splitting the vote. The nemesis of
college radicals stays a loyal Republican, and conveniently forgets your
old pitches to the student left when selling you to his crowd."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9393,
"fields": {
"answer": 9384,
"candidate": 1001,
"answer_feedback": "After the โ€™74 wipeout, northern
Republicans are nearly extinctโ€”but you try to keep the illusion. Recent
party switchers still recognize your face, and youโ€™re more familiar to
them than Jackson will ever be. You scratch a nostalgia itch for a thing
that was and will never be."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9398,
"fields": {
"answer": 9385,
"candidate": 1001,
"answer_feedback": "The VP debate barely registers, as most
voters donโ€™t even know who Governor Askew is. The papers give Dole a nod
for โ€œrestraint,โ€ then fixate on Wayneโ€™s health. Reaganโ€™s ticket takes
flak for tapping an ailing legend, his one lung, the cancer scars."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9401,
"fields": {
"answer": 9364,
"candidate": 1001,
"answer_feedback": "The populist pitch draws criticisms on
the press the next morning, but after Vietnam and roaring prices, โ€œmore
defense dollarsโ€ doesnโ€™t test well. Americans like bombing bad guys; they
donโ€™t like footing the bill."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9406,
"fields": {
"answer": 9403,
"candidate": 1001,
"answer_feedback": "Reagan beams that you โ€œjust quoted my
campaign line verbatim,โ€ then smoothly dismantles your case and sells his
plan. Voters think he sounded terrific."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9408,
"fields": {
"answer": 9404,
"candidate": 1001,
"answer_feedback": "The internment stain dogged Jackson in
the primaries, but most voters donโ€™t dwell on the 1940s. He sheds some
support among minorities in the big citiesโ€”and thatโ€™s about it."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9410,
"fields": {
"answer": 9405,
"candidate": 1001,
"answer_feedback": "After John Wayneโ€™s creaky turn in the VP
debate, โ€œfresh leadershipโ€ starts to trend. Your opponents are, in fact,
old. Reagan stumbles, Jackson blanks on a phrase or two; rumors swirlโ€”
exaggerated, but close enough to stingโ€”that their operations canโ€™t
outrun."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9412,
"fields": {
"answer": 9366,
"candidate": 1001,
"answer_feedback": "A swath of conservatives whoโ€™d backed
Reagan yank their endorsements and drift your way. Others come over out
of pure political necessityโ€”or because your steady courtship finally
landed. The bonus moment: asked about backing his friend โ€œDutch,โ€ actor
James Stewart sidestepsโ€”and later calls you โ€œa fine fella.โ€"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9413,
"fields": {
"answer": 9365,
"candidate": 1001,
"answer_feedback": "A swath of conservatives whoโ€™d backed
Reagan yank their endorsements and drift your way. For many, itโ€™s easyโ€”
they already see you as one of their own and theyโ€™re grateful youโ€™ve met
them halfway. The cherry on top: Senator Thurmond re-hitches to the GOP,
calling a John Lindsay presidency โ€œour strongest weapon against the
Communist menace.โ€"
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9414,
"fields": {
"answer": 9368,
"candidate": 1001,
"answer_feedback": "โ€œDonโ€™t get cocky, John,โ€ Dole growls.
Youโ€™re still a Republican; hope for a split left. Still, your team grins
when McCarthyโ€™s running mate packs Madison Square Garden with a new cut
from the โ€œcampaign album.โ€ Itโ€™s catchyโ€”the kid can sing. Your aides
physically stop you from cueing up โ€œHereโ€™s to the State of Henry Jacksonโ€
at your next rally."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9415,
"fields": {
"answer": 9369,
"candidate": 1001,
"answer_feedback": "โ€œDonโ€™t get cocky, John,โ€ Dole growls. But
the numbers tempt you. Pollsters show the Black vote could be competitive
for the first time since โ€™32. Liberal Republicans look poised to hold or
flip seats across the Northeast on your coattails. Reaganโ€™s having his
fun in the Rockies, but youโ€™re drawing crowds in L.A. and San Francisco,
New York and Illinoisโ€”hell, even Boston. Rumors swirl of an anonymous
donor in Massachusetts quietly gearing up to bankroll the party of his
old boss."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9416,
"fields": {
"answer": 9372,
"candidate": 1001,
"answer_feedback": "Not really, Mr. President. Headline
inflation ticked down a hair, but itโ€™s a pinprick, and unemployment keeps
climbing. Youโ€™d hoped for a late breakโ€”something to lift this anvil off
your chestโ€”but it never came. You find yourself wondering if there was
ever a lane to make this come out better."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9418,
"fields": {
"answer": 9371,
"candidate": 1001,
"answer_feedback": "Yes, Mr. President. Inflation is easingโ€”
your supply-side push is starting to biteโ€”and last quarterโ€™s growth beat
the estimates. Outputโ€™s up, and joblessness is giving ground. You thank
Shultz for the good news and go back to your notes with a little more
daylight in your head."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9420,
"fields": {
"answer": 9370,
"candidate": 1001,
"answer_feedback": "Yes, John. The price spiral has cooled
more than we expected. The early austerity stung at the checkout line,
but the economyโ€™s finding its feet now that the worst of the inflation is
broken. Itโ€™s not prettyโ€”far from itโ€”but people are beginning to believe
prosperity might come back. You thank Shultz for the report and allow
yourself a moment to think about the millions who may be better off
because you stuck to it."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9422,
"fields": {
"answer": 9367,
"candidate": 1001,
"answer_feedback": "The waiter beamsโ€”happier than you,
somehow. How is that? Maybe because he carries no freight: no worries, no
levers to pull. Just filling a slot anyone could fill, knowing no one
much cares about his ambitions or his heart. A mask among masksโ€”but with
a private life the public wonโ€™t carve up."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9426,
"fields": {
"answer": 9373,
"candidate": 1001,
"answer_feedback": "The Eastern Seaboard swing feels like
home. Youโ€™re in your elementโ€”kissing scrubbed babies of college-educated
parents, walking the ghettos with promises of empathy, trading smiles
with suburban matrons. Feels like yesterday."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9427,
"fields": {
"answer": 9423,
"candidate": 1001,
"answer_feedback": "San Francisco isnโ€™t so different from New
York, and the weatherโ€™s kinder. You even push into Orange County. Thereโ€™s
a rally; people comeโ€”maybe not many, maybe not wild for youโ€”but they
come. You feel a little lost, but not alone."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9428,
"fields": {
"answer": 9424,
"candidate": 1001,
"answer_feedback": "They donโ€™t much like youโ€”memories of New
York, the sanitation strike, quota fights, the sense you looked down your
nose. But a sliceโ€”the open-minded, the straight shooters, the ones who
matterโ€”give you a hearing."
}
},
{
"model": "campaign_trail.answer_feedback",
"pk": 9429,
"fields": {
"answer": 9425,
"candidate": 1001,
"answer_feedback": "On the Black Belt, youโ€™re near tears. The
hate is still thereโ€”raw, bleak. But you donโ€™t let it drag you under. You
rise above itโ€”because thatโ€™s what this country tries to do. You offer
hopeโ€”to Black and white alikeโ€”trying to make them see the broader
horizon. For a moment, you feel like Sisyphus, Achilles, Odysseusโ€”oddly
in a good way."
}
}
]
campaignTrail_temp.candidate_image_url =
"https://i.imgur.com/WF449Zq.jpeg";
campaignTrail_temp.running_mate_image_url =
"https://i.imgur.com/LTS55j1.jpeg";
const ideologyLabel ={
"-10": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #ff0f0f;"> <i><span style="color:
#ff0f0f;">Liberal</i></span>. (<span style="color:#ff0f0f;">-10</span>)`,
"-9": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #ff0f0f;"> <i><span style="color:
#ff0f0f;">Liberal</i></span>. (<span style="color:#ff0f0f;">-9</span>)`,
"-8": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #ff0f0f;"> <i><span style="color:
#ff0f0f;">Liberal</i></span>. (<span style="color:#ff0f0f;">-8</span>)`,
"-7": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #ff0f0f;"> <i><span style="color:
#ff0f0f;">Liberal</i></span>. (<span style="color:#ff0f0f;">-7</span>)`,
"-6": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #ff0f0f;"> <i><span style="color:
#ff0f0f;">Liberal</i></span>. (<span style="color:#ff0f0f;">-6</span>)`,
"-5": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #ff0f0f;"> <i><span style="color:
#ff0f0f;">Liberal</i></span>. (<span style="color:#ff0f0f;">-5</span>)`,
"-4": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #f0a3a3;"> <i><span style="color:
#f0a3a3;">RINO</i></span>. (<span style="color:#f0a3a3;">-4</span>)`,
"-3": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #f0a3a3;"> <i><span style="color:
#f0a3a3;">RINO</i></span>. (<span style="color:#f0a3a3;">-3</span>)`,
"-2": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #f0a3a3;"> <i><span style="color:
#f0a3a3;">RINO</i></span>. (<span style="color:#f0a3a3;">-2</span>)`,
"-1": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #e6e6e6;"> <i><span style="color:
#e6e6e6;">Moderate</i></span>. (<span style="color:#e6e6e6;">-1</span>)`,
"0": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #e6e6e6;"> <i><span style="color:
#e6e6e6;">Moderate</i></span>. (<span style="color:#e6e6e6;">0</span>)`,
"1": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #e6e6e6;"> <i><span style="color:
#e6e6e6;">Moderate</i></span>. (<span style="color:#e6e6e6;">1</span>)`,
"2": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #e6e6e6;"> <i><span style="color:
#e6e6e6;">Moderate</i></span>. (<span style="color:#e6e6e6;">2</span>)`,
"3": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #87b5d6;"> <i><span style="color:
#87b5d6;">Conservative</i></span>. (<span
style="color:#87b5d6;">3</span>)`,
"4": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #87b5d6;"> <i><span style="color:
#87b5d6;">Conservative</i></span>. (<span
style="color:#87b5d6;">4</span>)`,
"5": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #87b5d6;"> <i><span style="color:
#87b5d6;">Conservative</i></span>. (<span
style="color:#87b5d6;">5</span>)`,
"6": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #2c9ff2;"> <i><span style="color:
#2c9ff2;">Reaganite</i></span>. (<span style="color:#2c9ff2;">6</span>)`,
"7": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #2c9ff2;"> <i><span style="color:
#2c9ff2;">Reaganite</i></span>. (<span style="color:#2c9ff2;">7</span>)`,
"8": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #2c9ff2;"> <i><span style="color:
#2c9ff2;">Reaganite</i></span>. (<span style="color:#2c9ff2;">8</span>)`,
"9": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #2c9ff2;"><i><span style="color:
#2c9ff2;">Reaganite</i></span>. (<span style="color:#2c9ff2;">9</span>)`,
"10": `<span style="color: #ebebeb;">Lindsay is perceived as a<span
style="color: #2c9ff2;"> <i><span style="color:
#2c9ff2;">Reaganite</i></span>. (<span
style="color:#2c9ff2;">10</span>)`,
};
const economicLabel ={
"-1": `<span style="color: #ebebeb;">The economy is in</span>
<i><span style="color: #a84032;">Stagflation</i></span>. <span
style="color: #ebebeb;">(<span style="color:#a84032;">-1</span>)`,
"0": `<span style="color: #ebebeb;">The economy is in</span> <i><span
style="color: #a84032;">Stagflation</i></span>. <span style="color:
#ebebeb;">(<span style="color:#a84032;">0</span>)`,
"1": `<span style="color: #ebebeb;">The economy is in</span> <i><span
style="color: #c5e02d;">Recovery</i></span>. <span style="color:
#ebebeb;">(<span style="color:#c5e02d;">1</span>)`,
"2": `<span style="color: #ebebeb;">The economy is in</span> <i><span
style="color: #23d93e;">a Revival</i></span>. <span style="color:
#ebebeb;">(<span style="color:#23d93e;">2</span>)`,
"3": `<span style="color: #ebebeb;">The economy is in</span> <i><span
style="color: #28a63a;">a Revival</i></span>. <span style="color:
#ebebeb;">(<span style="color:#28a63a;">3</span>)`,
};
const blackText= `<i><span style="color: #ebebeb;">John Lindsay has not
forgotten</span> <i><span style="color: #deb34e;"> black
activists</i></span>.</i>`;
const femText= `<i><span style="color: #ebebeb;">John Lindsay has not
forgotten</span> <i><span style="color: #c581c9;">
feminists</i></span>.</i>`;
const chileText1=`<i><span style="color: #ebebeb;">John Lindsay is
a</span> <i><span style="color: #bda2a2;"> hawk </i></span>.</i>`;
const chileText2=`<i><span style="color: #ebebeb;">John Lindsay is
a</span> <i><span style="color: #7dc5d1;"> dove </i></span>.</i>`;
function getIdeologyText(v) {
// Limita a [-10, 10] y usa clave string
const key = String(Math.max(-10, Math.min(10, Math.round(v))));
return ideologyLabel[key] ?? `Lindsay is perceived as <i>Unknown</i>
(${v})`;
}
function getEconomyText(v) {
// Valores esperados: -1, 0, 1, 2, 3
const key = String(Math.max(-1, Math.min(3, Math.round(v))));
return economicLabel[key] ?? `The economy is <i>Unknown</i> (${v})`;
}
function createSimplePopup() {
const popup = document.createElement("div");
popup.id = "simplePopup";
popup.style.position = "fixed";
popup.style.bottom = "20px";
popup.style.right = "20px";
popup.style.width = "200px";
popup.style.height = "auto";
popup.style.border = "1px solid #000";
popup.style.borderRadius = "5px";
popup.style.padding = "8px 10px";
popup.style.boxShadow = "0 0 5px rgba(0,0,0,0.2)";
popup.style.zIndex = "1000";
popup.style.fontFamily = "'Helvetica', Helvetica, monospace";
popup.style.fontSize = "14px";
popup.style.color = "#ffffff";
popup.style.backgroundImage =
"url('https://i.imgur.com/tFPRWRt.jpeg')";
popup.style.backgroundSize = "cover";
popup.style.backgroundRepeat = "no-repeat";
popup.style.backgroundPosition = "center";
popup.style.display = "block";
const content = document.createElement("div");
content.id = "popupContent";
content.style.pointerEvents = "auto";
popup.appendChild(content);
document.body.appendChild(popup);
injectTooltipStyles(); // <-- inject styles ONCE
makePopupDraggable(popup);
updateSimplePopup();
}
function makePopupDraggable(popup) {
let offsetX = 0;
let offsetY = 0;
let isDragging = false;
popup.addEventListener("mousedown", (e) => {
isDragging = true;
offsetX = e.clientX - popup.getBoundingClientRect().left;
offsetY = e.clientY - popup.getBoundingClientRect().top;
document.addEventListener("mousemove", onMouseMove);
document.addEventListener("mouseup", onMouseUp);
});
function onMouseMove(e) {
if (!isDragging) return;
let newX = e.clientX - offsetX;
let newY = e.clientY - offsetY;
const maxX = window.innerWidth - popup.offsetWidth + 150;
const maxY = window.innerHeight - popup.offsetHeight + 150;
newX = Math.max(-50, Math.min(newX, maxX));
newY = Math.max(-50, Math.min(newY, maxY));
popup.style.left = `${newX}px`;
popup.style.top = `${newY}px`;
popup.style.bottom = "auto";
popup.style.right = "auto";
}
function onMouseUp() {
isDragging = false;
document.removeEventListener("mousemove", onMouseMove);
document.removeEventListener("mouseup", onMouseUp);
}
}
function injectTooltipStyles() {
if (document.getElementById("tooltipStyles")) return;
const style = document.createElement("style");
style.id = "tooltipStyles";
style.textContent = `
.hover-value {
border-bottom: 1px dotted #000;
cursor: help;
position: relative;
}
.hover-value::after {
content: attr(data-tooltip);
position: absolute;
background: url('https://i.imgur.com/tFPRWRt.jpeg')
center/cover no-repeat;
color: #000;
padding: 6px 10px;
font-family: 'Helvetica', Helvetica, monospace;
font-size: 13px;
border: 1px solid #000;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
white-space: nowrap;
opacity: 0;
pointer-events: none;
top: -2px;
left: 50%;
transform: translateX(-2%);
z-index: 10001;
transition: opacity 0.2s ease-in-out;
}
.hover-value:hover::after {
opacity: 1;
}
`;
document.head.appendChild(style);
}
function updateSimplePopup() {
const content = document.getElementById("popupContent");
if (!content) return;
const ideologyText = getIdeologyText(ideology);
const economyText = getEconomyText(economy);
const VT = `<h3 style="margin: 0 0 4px 0; font-weight: 700;">Variable
Tracker</h3>`;
content.innerHTML =
VT+"<br>โ€ข " + ideologyText + "<br>โ€ข " + economyText + "<br>";
if(chile==1){
content.innerHTML += "โ€ข " +chileText1 + "<br>";
}
if(chile==-1){
content.innerHTML += "โ€ข " +chileText2 + "<br>";
}
if(black==2){
content.innerHTML += "โ€ข " +blackText + "<br>";
}
if(fem==2){
content.innerHTML += "โ€ข " +femText + "<br>";
}
}
function observeGameStats() {
const gameWindow = document.getElementById("game_window");
const config = { childList: true, subtree: true };
const observer = new MutationObserver(() => {
updateSimplePopup();
});
if (gameWindow) {
observer.observe(gameWindow, config);
}
}
function toggleSimplePopup() {
const popup = document.getElementById("simplePopup");
if (!popup) return;
popup.style.display = (popup.style.display === "none") ? "block" :
"none";
}
createSimplePopup();
observeGameStats();
async function handleFooter() {
const gameWindow = document.getElementById('game_window');
addHeadquarterButton();
}
let observerRunning = false;
async function handleMutations(mutationsList, observer) {
if (observerRunning) return;
observerRunning = true;
observer.disconnect();
addHeadquarterButton();
observer.observe(document.documentElement, { childList: true,
subtree: true });
observerRunning = false;
}
var element = document.getElementById('controlElement');
if (!element) {
let singleObserver = new MutationObserver(handleMutations);
singleObserver.observe(document.documentElement, { childList: true,
subtree: true });
var controlElement = document.createElement('div');
controlElement.style.display = 'none';
controlElement.id = 'controlElement';
document.body.appendChild(controlElement);
}
// constructs endings based on header and pages
construct = (a = 1) => {
e.page = e.page + a < e.pages.length ? e.page + a : 0
let html = e.header;
html += e.pages[e.page] + "<br>";
if (e.page > 0) {
html += `<button onclick='endingConstructor(a = -1)'>Back</button>`
}
if (e.page < e.pages.length - 1) {
html += `<button onclick='endingConstructor(a = 1)'>Next</button>`
}
for (i in e.executable) {
if (e.executable[i][0] == e.page) {
e.executable[i][1]();
}
}
if (e.image == true)
setTimeout(()=>{
candImg = $(".person_image")[0]
if (candImg) {
candImg.remove()
console.log("TRYING");
$("#final_results_description")[0].style = `
text-align:left;
width: 72%;
height:71%;
display: block;
margin-left: auto;
margin-right: auto;
overflow: auto;
`
console.log("RESULTS UPDATED");
}
}, 10)
else if (e.image)
setTimeout(()=>{
candImg = $(".person_image")[0];
if (candImg) {
candImg.src = e.image;
console.log("TRYING");
$("#final_results_description")[0].style = `
text-align:left;
width: 72%;
height:71%;
display: block;
margin-left: auto;
margin-right: auto;
overflow: auto;
`
console.log("RESULTS UPDATED");
}
}, 10)
return html;
}
endingConstructor = (a = 1) => {
$("#final_results_description")[0].innerHTML = construct(a);
}
// ENDINGS -- this is slightly more reliable than the ending code
method
e.multiple_endings = true;
e.header = "<h1>error</h1>";
e.pages = ["<p>This is an error handler</p>"];
e.page = 0;
var one = false;
endingPicker = (out, totv, aa, quickstats) => {
//out = "win", "loss", or "tie" for your candidate
//totv = total votes in entire election
//aa = all final overall results data
//quickstat = relevant data on candidate performance (format: your
candidate's electoral vote count, your candidate's popular vote share,
your candidate's raw vote total)
/*
e.header = "<h2></h2>"
e.pages = ["<p></p>",
"<p></p>"]
*/
e.pages = []
songChange = 0;
e.header = "";
e.executable = []
function tryResumeAudioContext() {
try {
if (typeof AudioContext !== 'undefined') {
const ctx = new AudioContext();
if (ctx.state === 'suspended') {
ctx.resume();
}
}
} catch (err) {
console.warn("Audio context resume failed:", err);
}
}
function playEndingMusic(title, source, composer, cover, url) {
setTimeout(() => {
tryResumeAudioContext();
const EndingSong = new Playlist();
const endSong = new Song(title, source, composer, cover,
url);
EndingSong.addSong(endSong);
changePlaylist(EndingSong);
}, 100);
songChange = 1;
}
// Page 1 - Lindsay in the Election
if (quickstats[0]>=270 && ideology>=3) {//win con
e.pages.push(`<h3>LINKS ON THE CHAIN</h3><p>It would be something to know
what their parents would say if they saw them hereโ€”together, breathing in
ragged bursts, sweating, in a low-ceilinged, dust-choked room, a cheap
rented basement where the stale air clouds your eyes and speeds the mind.
Revolutions, after all, are cooked up in the strangest places.</p>
<p>Revolutionโ€”hell. They were a clutch of exhilarated, politicized
teenagers who had bent their backs for McCarthyโ€™s campaign. Theyโ€™d been
drawn by the exotic charge of his running mate, by the nerve with which
he claimed the look of the momentโ€”their lookโ€”while others knelt to the
stink of the establishment and its kitsch patriotism. They had believed
he would be president. The rest of the world laughed when they said so,
but youth dreams, and the sky sets no limit. Some fried their brains on
grass and LSDโ€”interior expeditions to blot out the godforsaken grind of
reality. The fools enlisted to defend capitalismโ€™s counterfeit liberty,
shipping off to die in a war at the end of the earth, launched by a rich
man who would never thank them. These kids were fighting to be free for
real.</p>
<p>Why were they crying? Did it cut that deep? You could tell reality
hadnโ€™t quite caught them yet; their flesh was still tender, not pulled
tight and tough. While McCarthy conceded to Lindsay, the televisionโ€™s
light beams carried a dark energy, antimatter, that stung their retinas
and their hearts. Grief curdled into anger, then into hateโ€”yet what could
they do? The country had shown them their place: they were the few. The
decent, the progressive, the ones pledged to social good and justiceโ€”
outnumbered; which meant, so they concluded, that the American majority
was reactionary trash. It meant McCarthy had lied, that Ochs had hustled
them, that their parents were wrong to press hope into their hands. It
meant they were alone, and likely always would be.</p>
<p>One of them passed a joint. Another had a needle. And the
revolution ended.</p>`)
//e.image = ""
e.executable.push([0, (() => {e.image = e.image =
'https://i.imgur.com/nwI8hk1.jpeg'})]);
}
else if (quickstats[0]>=270 && ideology<=-2) {//win lib
e.pages.push(`<h3>A TINY RIPPLE</h3><p>Hyannis Port was not Washington.
It simply wasnโ€™t. Some would call the comparison unfair, the preference
unfeeling; Robert did not care. In Washington he had felt like a king.
Yesโ€”the hectoring senators, the swarms of lobbyistsโ€”men who could trample
you, bait you, drag you into the mud. But there you could fight. You
wanted to fight. And you knew that if you kept your footing, the end of
the struggle was victoryโ€”rightful, necessary victory over the forces of
darkness. No man worth the name could pass through that war and then fill
the emptiness with picnics in the country, with changing diapers, with
tending a mentally handicapped son.</p>
<p>He could not go back. He knew it, and perhaps the knowing took a
little edge off in the wee small hours after midnight. Robert was writing
his memoirsโ€”part self-exoneration, part political testamentโ€”trying to
seize the moment when it all went to hell. He remembered Unruhโ€™s bill;
how a handful of judges swayed Byrd; the smile on that miserable manโ€™s
face; then the riots, the Convention, the corners and squares where they
stopped and where the air and the food tasted of bile. He remembered the
hatred he nursed for Hoover, for Wallace, for all the men who were
wrecking America and had put Jack on the ground. Jack never had to carry
any of that. They adored Jack; they always would. He never had to stare
down betrayal and contempt.</p>
<p>He knew what they said about him: the bad brother, the familyโ€™s
ugly duckling, the cruel one. The bad brotherโ€”Stalin to Lenin, Commodus
to Marcus Aurelius, Napoleon III to the great Napoleon. And nothing cut
deeper than admitting that the names fit, that Jackโ€™s partyโ€”and hisโ€”had
left him behind, that everything he had ever defended lay drowned in the
rubbish. The man fronting that party now was a warmonger with a taste for
the yokel mob. The intellectuals, the parlor radicals, the hopeful youngโ€”
he forgotten him, and they swore they had always preferred McCarthy.</p>
<p>It was sadโ€”truly sad. And it would grow sadder. Robert knew who
the right candidate was that year. For a long time he had wanted nothing
to do with politicsโ€”not now, not everโ€”at least not until there was a path
back. Perhaps there was. On the television he watched a man who looked
content. A winner. A man speaking of compassion and hope, of an America
for all, ringed by tight jaws and pasted smiles. Robert knew that tableau
by heart. He wanted to feel with that manโ€”the one who had beaten him four
years ago.</p>
<p>The man who had pitched him into the dustbin of history.</p>
</p>`)
//e.image = ""
e.executable.push([0, (() => {e.image = e.image =
'https://i.imgur.com/bzUnEWT.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"Shelter from the Storm (Take 1)",
"Bob Dylan",
"https://i.imgur.com/KoU5H7v.jpeg",
"https://audio.jukehost.co.uk/WtqKY8N5Ie4Ql3xC8xGxzWO355pvxDDc"
);
}
}
else if (quickstats[0]>=270) {//win mod
e.pages.push(`<h3>BACK TO BOEING</h3><p>Bismarck, borrowing from
Aristotle, said politics is the art of the possibleโ€”and the nature of the
possible is to walk a razorโ€™s edge. You may read a bill you believe in
with all your heart and think duty demands a yes. But there is always the
chance that yes will sour a potential voter, and that a soured voter will
ripen into a future defeat. So think twice before you do anything. That,
supposedly, was Henry Jacksonโ€™s creed.</p>
<p>Wellโ€”no. Senator Henry Jackson had spent a career flouting that
maxim. He stood against the obscene fact of segregation when his party
needed Southern ballots as badly as South Vietnam needed American troopsโ€”
and he told Kennedy, again and again, that Hanoi had to be flattened. His
creed was simple and public: defend the New Dealโ€™s ideals, at home and
abroad. But creeds are for priests and pulpiteers; a working politician
lives by other laws. So when Jackson set his sights on the nomination,
his immovable principles melted like a lump of sugar. There he was in
Little Rock, visiting with ancestral Democratsโ€”those โ€œdecentโ€ old ladies
still sore at Eisenhower and that communist Earl Warrenโ€”reminding them
both men were Republicans. The same man could clasp hands with Shirley
Chisholm, George McGovern, or Fred Harris and persuade you that his
Indochina hawkishness had been limited, surgical, and that when the
president brought the boys home, he supported the re-elect. Cross in one
hand, an environmental bill in the other, staring down a baron of the
military-industrial world: everyone had a piece of Jackson, and Jackson
belonged to everyone.</p>
<p>And in the end, it bought him nothing. Now there was nothing left
to write but the concession. Now there was only the call to Lindsay and
the order sending staff to bedโ€”after the ritual humiliation, of course,
before the nation he once dreamed of leading. Those June polls were a
mirage, but they hadnโ€™t stopped him from sketching out drapes and paint
for the White House. What came next? A few more years in the Senate, then
retirement. Certainly not what heโ€™d imagined. Certainly not what heโ€™d
wanted.</p>
<p>Life, too, it turns out, is the art of the possible.</p>
`)
//e.image = ""
e.executable.push([0, (() => {e.image = e.image =
'https://i.imgur.com/XGKAD9N.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"September",
"Earth, Wind & Fire",
"https://i.imgur.com/NMgIiMU.jpeg",
"https://audio.jukehost.co.uk/ZBiCnWnXXpD3yFIS44lSDuAfD7XorYNC"
);
}
}
else if (aa[0].electoral_votes >= 270 && aa[0].candidate !=1001 &&
ideology>=3) {//lose con
e.pages.push(`<h3>FACE TO FACE</h3> <p><em>(Network anchor voice,
election-night cadence)</em><br />
<strong>โ€œโ€ฆAND WE CAN NOW PROJECT THAT, HAVING SURPASSED THE THRESHOLD
OF 270 ELECTORAL VOTES, THE NEXT PRESIDENT OF THE UNITED STATES WILL
BEโ€ฆโ€</strong></p>
<p>Lindsay clicked off the set.</p>
<p>Behind him hung a procession of portraitsโ€”Lincoln, Roosevelt,
Eisenhowerโ€”the partyโ€™s saints in oil and gilt. Behind him, too, a
corridor of advisers began to descend with charts and autopsies,
posthumous counsel delivered in living voices. Places he should have
visited. Positions that had proven too sharp for a tender electorate. One
or two, mustering a little courage, tried consolation: this race was lost
from the start; no president could have won in this economy; Reagan had
fractured the Republican vote; Jackson was too seasoned, too strong.
Their words reached him as if from under the sea.</p>
<p>Lindsay felt crushed. He had done everything they asked. A dozen
times he tried to hold to what he believed, and each time the cavernous
echo of the partyโ€™s โ€œgreat menโ€ bent his neck and put alien words in his
mouth. Each time his own saliva tasted like chemical waste. Nixon,
Morton, Dole, Tower, Thurmondโ€”these were not the people for whom he had
run in โ€™72. He had not fought for them. He had fought for the othersโ€”the
forgottenโ€”the ones who had backed him in New York and moved heaven and
earth to send him to the White House when Kennedy betrayed them. Day by
day, in the isolation of the Oval Office, platoons of suited white men
persuaded him those people did not matter, that their hopes were
โ€œpolitically risky,โ€ that the center was elsewhereโ€”always elsewhere. And
it had availed nothing. The Republicans had lost; their opponents had
swept the field; and by January both Lindsay and those men would be out
of work.</p>
<p>He remembered a line heโ€™d once heard: history repeats itselfโ€”first
as tragedy, then as farce. He could not recall its author. At that moment
it felt uncomfortably apt.</p>
`)
//e.image = ""
e.executable.push([0, (() => {e.image = e.image =
'https://i.imgur.com/XpWsVoE.jpeg'})])
}
else if (aa[0].electoral_votes >= 270 && aa[0].candidate !=1001 &&
ideology<-2) {//lose lib
e.pages.push(`<h3>LIVING HERE, TODAY</h3><p>The last rally in California
had been a success, bumps and all. Driving up from San Diego into Orange
County, Reagan noticed faces he hadnโ€™t seen in such numbers the last time
heโ€™d done thisโ€”a different landscape altogether. Hispanics, easy to pick
out in the fields, had multiplied. His advisers floated the idea of
working the fact into the speech. The views of decent, work-worn
Americansโ€”the upright middle classโ€”on immigrants from the south were not
so different from what heโ€™d heard about Negroes in Alabama and South
Carolina. And yet, seeing the broken sandals and the โ€œwetbacks,โ€ he
couldnโ€™t help feeling a tug of sympathy: people as steadfast and devout
as any Californian, with the same Republican bloodโ€”work, liberty,
reverence for the Lordโ€”surely running in their veins.</p>
<p>Of course, his private sentiment mattered not at all. Reagan
smiled like a fool while Joe Shell and the troupe worked the crowd into a
lather from the lectern with set pieces that might have been misfiledโ€”
meant for Mississippi, Oklahoma, or Indiana. What did it matter? They
werenโ€™t going to win any of those states, and least of all California.
Jackson had swallowed up the hillbillies across the Deep South, and the
union men were not about to jilt the Democrats no matter how many times
Reagan flashed his Screen Actors Guild card. The campaign money flowed,
but from predictable hands, as predictable as the cheers: a noisy
minority, politically inept and socially despised.</p>
<p>Was this the conservative futureโ€”failure? Even Buckley asked
himself as much. But noโ€”it neednโ€™t be. President Lindsay had drifted too
far left, forgetting those who backed him in โ€™72 not for who he was but
for whom he opposed, embracing people who would never accept him as their
ownโ€”too white, too bourgeois, too comfortable. Rockefeller Republicanism
was as dead as Nelson himself, and the nominee in โ€™80 would be a
conservative. Hell, it might even be him.</p>
<p>And if it wasnโ€™tโ€”so what. Reagan had fought, had a good time, took
his mind off things, and saw the country. At seventy, life teaches you
that the road matters more than the destination. And now the road felt
like first class. With the evening paper open while Nancy mixed a batch
of cookies, Reagan sipped his coffee and toyed with a clever line for the
press in the morning. Then the telephone rang. Nancy answered, and even
from across the room Reagan heard the words:</p>
<p><strong>โ€œLindsay has conceded.โ€</strong></p>`)
//e.image = ""
e.executable.push([0, (() => {e.image = e.image =
'https://i.imgur.com/R62t8le.jpeg'})])
}
else if (aa[0].electoral_votes >= 270 && aa[0].candidate !=1001) {//lose
mod
e.pages.push(`<h3>OUT OF THE ARENA</h3><p>Pat had meant to turn in early.
The house had fallen very quiet since the girls were gone, and she had
almost broken the habit of drifting down the hall to their roomsโ€”
checking, as a reflex, whether they were asleep. Sheโ€™d been alone a long
time now; Richard was away more often than he was home. Her friends asked
if she wasnโ€™t crazyโ€”had she never begged to tag along on one of those
tours around the globe? For many women her age, it would be a dream. Pat
parried with a line about hating to fly, or that a swing through Africa
or Europe would feel too much like crossing California with a campaign
slogan and three staffers. Perhaps she even managed to hide from herself
the truer reason.</p>
<p>Richard was shouting like a man bewitched; she could hear him from
the bedroom. So much for bed. She hurried to the den and, as expected,
found him fixed to the election returns. โ€œYou know, Pat?โ€ he said. โ€œI
think Lindsay thought about making me vice president. Ha. Then that
bastard mightโ€™ve won.โ€ Pat did not doubt it. The television pulsed red,
white, and blueโ€”the loserโ€™s concession. โ€œLook at himโ€”creased and spent.
Must sting to be humbled like that, huh? Thought a pretty face and
daddyโ€™s money would do the trick. Just like Jack, just like Bobby. Wellโ€”
reality hits back.โ€ Pat cleared the plates and carried them to the
kitchen. The foreign trips were finished. Presumably Richard would return
to the law, and they would spend much more time together.</p>
<p>โ€œNow letโ€™s see what happens in โ€™80,โ€ he chuckled. โ€œMorton says
Iโ€™ve still got a lane.โ€ He settled into the chair and drew the robe
tight. A cold prickle ran down Patโ€™s neck, and Nixon caught it. โ€œKidding,
Buddy. You know that.โ€</p>
<p>She came back to the doorway. โ€œThis is what you get with the
limousine liberals, Pat,โ€ he went on. โ€œThey donโ€™t know what it is to
fight. They donโ€™t know what it is to claw for whatโ€™s yours. Nobody ever
handed us a thingโ€”did they?โ€ Pat studied President Lindsayโ€™s face on the
screen: downcast. Then his wife, Mary. The tableau looked like a wake,
though at least Pat was glad Mary wouldnโ€™t have to live that scene three
times. โ€œThey donโ€™t know what weโ€™ve been through,โ€ Nixon concluded. โ€œDo
they, Buddy?โ€</p>
<p>Pat lowered herself onto the sofa. She was still in her dress. She
was tired. She tried her best laugh.</p>
<p>โ€œOf course, Richard.โ€</p>`)
//e.image = ""
e.executable.push([0, (() => {e.image = e.image =
'https://i.imgur.com/av1YHFw.jpeg'})])
}
else if (aa[0].electoral_votes < 270 && aa[1].electoral_votes < 270 &&
aa[2].electoral_votes < 270 && aa[3].electoral_votes < 270) {//deadlock
e.pages.push(`<h3>KING ALARIC</h3><p>Robert Byrd lounged in his wooden
chair, a short step from the desk, leafing through his personal edition
of Edward Gibbonโ€™s <em>The History of the Decline and Fall of the Roman
Empire</em>.</p>
<em><p>In the early fifth century, Rome was torn by a civil war so
vicious it shattered the old order and opened the gates to barbarian
plunder. The emperor Honoriusโ€”a weak, malleable figureโ€”faced the
insurgencies of Constantine III, Priscus Attalus, and Maximus the
Spaniard, and finally fled to the safety of Ravenna while the lands of
Augustus burned like funeral pyresโ€”like a Viking ship set ablaze upon the
water. Against expectation, Honorius outlasted his rivals, exploiting
their jealousies and fratricidal feuds; yet his convulsive reign is
remembered as the beginning of the end for antiquityโ€™s greatest
empire.</p>
<p>One telltale sign of decay was that imperial armies were no longer
Roman. Many of their soldiersโ€”and not a few of their generalsโ€”were drawn
from the so-called barbarian nations. Among them the Visigoths mattered
most; their maneuvers during the civil war tipped the balance from one
faction to another. Their king was Alaric, who would lead the sack of
Rome. Contrary to instinct, he did not wish to annihilate the Western
Empire; he wished to master it. Time and again he bargained with Roman
rulers for land for his people, but what he wanted most was the supreme
commissionโ€”<strong>comes et magister utriusque militiae</strong>, the
right hand that held Romeโ€™s sword. Denied that title, he turned to war
and to the long march through Illyria, Greece, and Italy as destroyer and
plunderer, spreading fear through the towns, breaking walls, and seizing
the holiest treasures.</p></em>
<p>Byrd closed the book and returned to his desk. The news had
already reached him. Then he picked up the telephone and called
Jackson.</p>
`)
//e.image = ""
e.executable.push([0, (() => {e.image = e.image =
'https://i.imgur.com/G5gYeEH.jpeg'})])
}
// Page 2 - Future Politics
songChange = 0;
if (quickstats[0] >= 400 && ideology<3 && ideology>-2) { // LIST OF
MODERATE PRESIDENTS
e.pages.push(`
<div style="background-color: #ffffff;">
<p class="ending-slide tv-fade wikipedia-style" style="background-color:
#fff; color: #202122; padding: 16px; max-width: 960px; margin: 0 auto;
border: 1px solid #a2a9b1;">&nbsp;</p>
<div style="display: flex; justify-content: space-between; align-items:
center; margin-bottom: 8px; font-family: 'Linux Libertine', Georgia,
serif;">
<div style="display: flex; align-items: center;"><img style="height:
40px; margin-right: 12px;"
src="https://pngimg.com/uploads/wikipedia/wikipedia_PNG40.png"
alt="Wikipedia logo" />
<div style="font-size: 12px; color: #555;"><span style="margin-right:
8px;"><strong>Read</strong></span> <span style="margin-right:
8px;">Edit</span> <span style="margin-right: 8px;">View history</span>
<span style="margin-right: 8px;">Tools</span></div>
</div>
<div style="font-size: 12px; color: #555;"><span style="margin-right:
8px;">Add languages</span> <span style="margin-right: 8px;">Create
account</span>Log in</div>
</div>
<h1 style="font-family: 'Linux Libertine', Georgia, serif; font-size:
30px; font-weight: normal; border-bottom: 1px solid #a2a9b1; padding-
bottom: 8px; margin-top: 0;">List of presidents of the United States</h1>
<table style="width: 100%; border-collapse: collapse; font-family: Arial,
sans-serif; font-size: 88%; text-align: center; border: 1px solid
#a2a9b1;">
<thead style="background-color: #f8f9fa;">
<tr style="height: 13px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; height:
13px;">No.</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
13px;">Portrait</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; height:
13px;">Name</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; height:
13px;">Term</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">35</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img src="https://i.imgur.com/jNmx4mx.png" alt="" width="113"
height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration: underline;
color: #0000ff;">Lyndon B. Johnson</span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">November 22, 1963 &ndash; <br />January 20,
1969</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">36</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/8/8d/Robert_F_Kennedy
_cropped.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Robert F. Kennedy</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 1969&nbsp;&ndash; <br />January
20, 1973</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">37</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/b/be/John_Lindsay_%28
cropped%29.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">John V. Lindsay</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 1973&nbsp;&ndash; <br />January
20, 1981</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">38</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/d/dd/Robert_J._Dole_%
28cropped2%29.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Robert Joseph Dole</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 1981&nbsp;&ndash; <br />January
20, 1985</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">39</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/9/9e/Dale_Bumpers_in_
1979_%28cropped%29.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Dale L. Bumpers</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 1985&nbsp;&ndash; <br />January
20, 1993</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">40</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/5/5d/Dick_Lugar_offic
ial_photo.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Richard Lugar</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 1993 &ndash; <br />January 20,
2001</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">41</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/f/f5/Dick_Gephardt_po
rtrait_%28cropped%29.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Richard Gephardt</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 2001&nbsp;&ndash; <br />January
20, 2009</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">42</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/8/87/Olympia_Snowe_of
ficial_photo_2010_edit.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Olympia Snowe</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 2009&nbsp;&ndash; <br />January
20, 2013</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">43</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Joe_Biden_
official_portrait_2013_%28cropped%29_2.jpg/500px-
Joe_Biden_official_portrait_2013_%28cropped%29_2.jpg" alt="" width="113"
height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Joseph R. Biden</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 2013&nbsp;&ndash; <br />January
20, 2017</th>
</tr>
<tr style="height: 152px;">
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 10%; font-
size: 18px; height: 152px;">44</th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 12%; height:
152px;"><img
src="https://upload.wikimedia.org/wikipedia/commons/9/9d/Alex_Jones_by_Ga
ge_Skidmore.jpg" alt="" width="113" height="150" /></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 27%; font-
size: 18px; height: 152px;"><span style="text-decoration:
underline;"><span style="color: #0000ff; text-decoration:
underline;">Alexander Jones</span></span></th>
<th style="padding: 8px; border: 1px solid #a2a9b1; width: 22%; font-
size: 18px; height: 152px;">January 20, 2017&nbsp;&ndash; <br />January
20, 2025</th>
</tr>
</thead>
</table>
</div> `)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/kl4Y8ef.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"More Than A Feeling",
"Boston",
"https://i.imgur.com/fBGUtQa.jpeg",
"https://audio.jukehost.co.uk/kCGuAQ2CLhJoB8yZEZQGWqsYZAhph6au"
);
}
}
else if (quickstats[0] >= 270 && ideology >=3) { // TRUMP IS LINDSAY FOR
BEING A REAL CONSERVATIVE - BEN SHAPIRO
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="text-align: center;"><img style="height: 48px; margin-bottom:
1rem;"
src="https://upload.wikimedia.org/wikipedia/commons/f/f0/Th_logo.svg"
alt="Townhall" /></div>
<div style="text-align: center;"><hr /></div>
<div style="background-color: #c21919; height: 36px;"> </div>
<div style="background-color: #ffffff; font-family: 'Georgia', serif;
color: #000000;">
<h4 style="color: #b30000;"><span style="background-color: #ffffff;">
</span></h4>
<h2 style="font-size: 26px; font-weight: bold;"><span style="background-
color: #ffffff;">SPARE US THE LECTURES, JOHN LINDSAY </span></h2>
<div style="background-color: #ffffff; font-family: 'Calibri', serif;
color: #000000;">
<p style="font-size: 14px;"><span style="color: #666699;"><img
style="height: 48px;" src="https://i.imgur.com/vcGACEH.gif"
alt="Townhall" />Ben Shapiro<span style="font-size: 14px;"> | Jan 20,
2008</span></span></p>
<p>John Lindsay has found his inner scold. The former president now drops
into cable greenrooms to lecture President Donald Trump about โ€œreckless
militarismโ€ and โ€œheartless priorities,โ€ as if history began in 2005 and
as if New York hasnโ€™t run this reel before. Two Republican presidents
from the five boroughs, both arriving as party outliers, both graduatingโ€”
by collision with realityโ€”into unapologetic conservatives. Thatโ€™s the
parallel. And Lindsay, of all people, should know better than to wag a
finger at the man taking the same ride he did.</p>
<p><strong>Roll the tape.</strong> Lindsay entered office in โ€™73 speaking
salon dialectโ€”consensus technocracy, soft-focus urbanism, philanthropic
social experiments. Then real life intervened: crime spiked, schools
buckled, budgets bled, inflation chewed through paychecks, oil shocks
mangled supply lines. Result: he moved right. Not by whim. By necessity.
He backed cops and prosecutors, resisted judicial social engineering in
schools, and pivoted welfare toward work. On the economy, he cut taxes,
rolled back the choke collar of regulation, and let capital breathe.
Editorial boards cried โ€œausterity.โ€ Unions fumed. Growth answered. That
wasnโ€™t a conversion narrativeโ€”it was adulthood.</p>
<p><strong>Now, 2008, Lindsay wants to scold Trump aboutโ€ฆ
militarism.</strong> Spare us.</p>
<p><strong>Context matters.</strong> Trump won the presidency in 2004โ€”
defeating President Cuomoโ€”and inherited a post-9/15 world in which
jihadists were not a white paper but a daily brief. He took the fight to
Iraq. The grave old men of paleoconservatism never forgave him. They
prefer columns to campaigns, neutrality to victory. Pat Buchanan turned
the West Wing into a daily seminar on โ€œrestraintโ€ while American soldiers
were taking fire; he was shown the doorโ€”correctly.</p>
<p>Meanwhile, facts on the ground moved. Fallujah cleared. Zarqawi
eliminated. The Anbar โ€œAwakeningโ€ flipped. Petraeus executed a surge that
treated victory as something more than a debating point. Were there
mistakes? Of course. War is the ugliest audit. But the White House
replaced a bureaucratic stalemate with a strategy aimed at defeating
enemies rather than managing headlines. Thatโ€™s called learningโ€”something
the anti-war salon never does.</p>
<p>Lindsayโ€™s critique goes like this: Trumpโ€™s foreign policy is โ€œmuscle
without wisdom,โ€ โ€œprojection without prudence,โ€ a bust of Theodore
Roosevelt bellowing without the walk-softly. Really? Compared to whatโ€”
drift? Compared to the 1970s dรฉtente and the Soviet invasion of
Afghanistan? Lindsay once learned the basic law of statecraft. Trump has
applied that law at scale.</p>
<p>Yes, Trump broke a few china sets along the wayโ€”NATO lecture notes
delivered in New York cadence, trade spats that agitated boardrooms, a
communications style more sledgehammer than scalpel. But beneath the
brashness sit the brass tacks Lindsay himself adopted once the
spreadsheets snapped him awake: defend the country, punish enemies,
reward allies, and do not confuse process for purpose. Lindsay recited
those points in boarding-school cadence. Trump writes them in Sharpie.
Same substance.</p>
<p>And the journeys rhyme. Trump launched from Manhattan celebrity
culture, flirted with all-things-to-all-people rhetoric, then pivoted to
a working-class realignmentโ€”against the consultant priesthood, against
the Bob Dole and James Buckley era of conservatism. Lindsay, for his
part, climbed in โ€™72 by swiping at Reagan and Agnewโ€”the conservative
stars of his dayโ€”then governed on the right once reality arrived. Both
men shed their starter slogans. Both were denounced as traitors by the
crowds that loved the slogans most.</p>
<p>When Lindsay did it, the radical-chic donors wailed betrayal. When
Trump did it, the isolationists and paleocons lit their hair on fire:
over the surge, over counterinsurgency, over the idea that the world is
safer when America acts like the worldโ€™s leading power instead of its
most verbose bystander. In both cases, adulthood won. Reality made John
Lindsay a conservative. Reality is teaching Donald Trump the same
lesson.</p>
<p><strong>So no, Mr. Former President, you donโ€™t get to reinvent your
record and play hall monitor in 2008.</strong> The country can survive
brusque rhetoric and bruised egos. It cannot survive the fantasy that
enemies go away if we stop noticing them, that wars end because we tire
of fighting them, that the flag is a prop rather than a promise. Those
are the hard edges of realityโ€”the ones that pushed you right a generation
ago and that keep pushing today.</p>
<p>By all means, John: offer advice. But spare us the amnesia. The same
gravity that turned your theory into muscle is the gravity Trump has
applied abroad. Grown-ups recognize that.</p>
</div>
</div>
</div> `);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/8sa9E5U.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"The Man Who Sold the World",
"David Bowie",
"https://i.imgur.com/VGlTag3.jpeg",
"https://audio.jukehost.co.uk/UAUQvtcNILuV7DuxphmpMTJvtKdc8OCh"
);
}
}
else if (quickstats[0] >= 400 && ideology <=-2 && chile==-1) { //
TRANSGENDER PLAYS LINDSAY
e.pages.push(`
<div class="ending-slide tv-fade" style="background-color: #14181c;
color: #d8d8d8; font-family: 'Helvetica Neue', sans-serif; padding:
20px;">
<div style="display: flex; align-items: center; margin-bottom:
20px;"><img style="height: 26px; margin-right: auto;"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Letterboxd
-Logo-H-Pos-RGB.svg/2560px-Letterboxd-Logo-H-Pos-RGB.svg.png" alt="" />
<div style="font-size: 14px; color: #aaa; display: flex; gap:
20px;">FilmsListsMembersJournal๐Ÿ”</div>
</div>
<div style="border-top: 1px solid #2c2f33; padding-top: 20px;">
<h2 style="color: #50b47b; font-size: 22px;">The People's President
(2023) <span style="color: #fff; font-size: 12px;">Directed by <span
style="text-decoration: underline;">Gus Van Sant</span></span></h2>
<h3> VOTE LIKE YOU MEAN IT</h3>
<h4> This is the story of Mayor Lindsay. His battle with the Kennedy
clan, his controversial presidency, and the rebirth of the Grand Old
Party. But also a tale about identity, power, and what happens when we
accept who we are.
<p style="border-bottom: 1px solid #2c2f33; padding-bottom: 10px; margin-
bottom: 10px;"><strong>โ˜…โ˜…โ˜…โ˜… Watched by Chloe &ndash; 23 Abril
2025</strong><br /> I thank god and all that is holy for letting me exist
in the same time on earth as Ryan Gosling</p>
<p style="border-bottom: 1px solid #2c2f33; padding-bottom: 10px; margin-
bottom: 10px;"><strong>โ˜…โ˜…โ˜…โ˜…โ˜… Watched by gizmo fan &ndash; 14 Feb
2024</strong><br />This is one of the most original, frustrating, and
fucking brilliant films I've ever seen. If Ryan Gosling doesn't get the
nomination I truly will give up on the academy. Please find and watch The
People's President.
</p>
<p style="border-bottom: 1px solid #2c2f33; padding-bottom: 10px; margin-
bottom: 10px;"><strong>โ˜…โ˜…โ˜… Watched by Karsten &ndash; 18 Jan
2024</strong><br /> Gonna be honest, really wish I liked this a bit more.
It felt like 5 different types of movies were happening and as a result
it came out messy. Like it was one build up of piano music after another
that each lasted 5 minutes and got irritatingly repetitive after awhile.
I was attached to it and it was undeniably very beautiful visually
(specifically that scene at around the one hour mark), but I really just
wasn't digging how they approached telling the story.
SORRY
</p>
<p style="border-bottom: 1px solid #2c2f33; padding-bottom: 10px; margin-
bottom: 10px;"><strong>โ˜…โ˜…โ˜…โ˜…โ˜… ๐Ÿงก Watched by Dr.Dre &ndash; 18 Sep
2023</strong><br /> i wish i could tell you how much i love this, or why
i love it, but itโ€™s something smaller and more delicate than words. itโ€™s
a feeling of something in the distant past. this movie makes me feel the
way the weather does sometimes, when itโ€™s just stopped raining, or just
about to start again, and half the sky is swallowed in gray, and the
other half is cut with blue and glistening in wet light. like something
is coming, or maybe already passing, and iโ€™m part of it, and outside of
it, and i want it, i want to name it, but itโ€™s already gone.</p>
<p style="border-bottom: 1px solid #2c2f33; padding-bottom: 10px; margin-
bottom: 10px;"><strong>ยฝ; Watched by sichko </strong><br /> woke trash
</p>
</div>
</div>
`)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/L8AMzVo.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"C'est Moi",
"Robert Goulet",
"https://i.imgur.com/aFLCjSm.jpeg",
"https://audio.jukehost.co.uk/cDjcdLf9nmutTswsx1MxRLO22bdFAPkD"
);
}
}
else if (quickstats[0] >= 270 && chile==1 && ideology<=-2) { // TRUMP
CRITICIZES PRESIDENT MCCAIN
e.pages.push(`
<div style="background-color: #ffffff; font-family: 'Georgia', serif;
color: #000;">
<div style="text-align: center;"><span style="background-color:
#ffffff;"> <img style="height: 48px; margin-bottom: 1rem;"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/POLITICOLO
GO.svg/1280px-POLITICOLOGO.svg.png" alt="Politico" /> </span></div>
<h4 style="color: #b30000;"><span style="background-color: #ffffff;">
2011 </span></h4>
<h2 style="font-size: 26px; font-weight: bold;"><span style="background-
color: #ffffff;"> Trump attacks McCain: 'I like people who weren't
captured' </span></h2>
<p><span style="background-color: #ffffff;"> <em> By BEN SCHRECKINGER
</em> </span> <br /> <span style="background-color: #ffffff;"> 22/10/2011
06:48 AM EDT </span></p>
<p><span style="background-color: #ffffff;"> Donald Trump may finally
have crossed a line. </span></p>
<p><span style="background-color: #ffffff;"> Appearing Saturday at a
conservative forum in Iowa, the real-estate mogul turned Democratic
presidential hopeful escalated his running feud with Republican President
<strong> John McCain </strong> , who is seeking a second term in 2012.
</span></p>
<blockquote>
<p><span style="background-color: #ffffff;"> &ldquo;He&rsquo;s not a war
hero. He was a war hero because he was captured. I like people who
weren&rsquo;t captured.&rdquo; </span></p>
</blockquote>
<p><span style="background-color: #ffffff;"> The remark&mdash;met with
scattered boos&mdash;came after days of back-and-forth between Trump and
the White House. </span></p>
<p><span style="background-color: #ffffff;"> McCain, a former Navy pilot,
spent more than five years in the notorious North Vietnamese prison known
as the &ldquo;Hanoi Hilton,&rdquo; where he was repeatedly tortured,
including two years in solitary confinement. </span></p>
<p><span style="background-color: #ffffff;"> Speaking to reporters after
the event, Trump tried to hedge. &ldquo;I never said he isn&rsquo;t a war
hero,&rdquo; he insisted. &ldquo;If somebody&rsquo;s a prisoner, I
consider them a war hero.&rdquo; He quickly returned to attacking the
President&rsquo;s record: &ldquo;I think John McCain has done very little
for veterans. I&rsquo;m very disappointed in President McCain.&rdquo;
</span></p>
<p><span style="background-color: #ffffff;"> Records show Trump received
four student deferments from 1964 to 1968; after graduation he obtained a
medical deferment for a bone spur. Asked which foot, Trump told reporters
to &ldquo;look it up.&rdquo; </span></p>
<p><span style="background-color: #ffffff;"> In a written statement
later, Trump declined to apologize, calling McCain &ldquo;yet another
all-talk, no-action politician who spends too much time on television and
not enough doing his job.&rdquo; </span></p>
<p><span style="background-color: #ffffff;"> Prominent
Democrats&mdash;Trump&rsquo;s own party&mdash;moved swiftly to denounce
the comments. </span></p>
<blockquote>
<p><span style="background-color: #ffffff;"> &ldquo;Enough with the
slander,&rdquo; said House Democratic Leader <strong> Henry Cuellar
</strong> . &ldquo;President McCain and all our veterans&mdash;especially
POWs&mdash;deserve respect and gratitude.&rdquo; </span></p>
</blockquote>
<blockquote>
<p><span style="background-color: #ffffff;"> Senate Majority Leader
<strong> Mary Landrieu </strong> called McCain &ldquo;an American
hero,&rdquo; adding, &ldquo;After Mr. Trump spends six years in a POW
camp, he can lecture anyone about service.&rdquo; </span></p>
</blockquote>
<p><span style="background-color: #ffffff;"> Sen. <strong> Rick Santorum
</strong> tweeted, &ldquo;POWs are heroes. Full stop. These comments are
disgraceful.&rdquo; </span></p>
</div>`);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/ZbNgHfP.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"What Are You Fighting For",
"Phil Ochs",
"https://i.imgur.com/RtuOpG9.jpeg",
"https://audio.jukehost.co.uk/KRaApdfZKlhVtVvkb6qcePbK7Hmum7AS"
);
}
}
else if (quickstats[0] >= 270 && economy==0) { // FIVETHIRTYEIGHT
GIULIANI
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="font-family: 'Arial', sans-serif; color: #000000;">
<h4><img style="width: 90%; max-width: 200px;"
src="https://upload.wikimedia.org/wikipedia/commons/1/13/FiveThirtyEight_
Logo.svg" alt="" /></h4>
<div style="background-color: #e39220; height: 50px; display: flex; font-
size: 18px; align-items: center; justify-content: center; text-align:
center;">This is an archived site and is no longer being updated. New 538
articles can be found at www.abcnews.com/538.</div>
<h4 style="font-family: 'Courier';"><strong><span style="color:
#d42013;">FEB. 3, 2009, AT 7:43 AM</span></strong></h4>
<h1 style="font-family: 'Arial';"><strong>It's not the economy,
stupid</strong></h1>
<h4 style="font-family: 'Courier';"><span style="color:
#808080;">By</span> <span style="text-decoration: underline;">Nate
Silver</span></h4>
<div style="font-family: 'EB Garamond', sans-serif; color: #000000;">
<p>If the conventional rule of modern campaigns is that the macroeconomy
decides presidential elections, then the 2008 outcome shouldn&rsquo;t
have happened. Growth was faltering, unemployment rising, and financial
markets wobbling. By the textbook, the out-party was supposed to
capitalize. Instead, Republicans won. The question isn&rsquo;t whether
economics matter (they do); it&rsquo;s whether in 2008 other forces
mattered more. My short answer: yes&mdash;issue ownership on security,
candidate fit, and a controversy cloud that reweighted late-deciding
voters. Or, to invert the Clinton maxim: <strong>it&rsquo;s not the
economy, stupid</strong>.</p>
<h2>1) Framing the question</h2>
<p>Political science models often treat election outcomes as a linear
function of growth, inflation, and presidential approval. That works
well&mdash;until it doesn&rsquo;t. The alternative thesis I tested is
that when <em>security/terrorism</em> becomes salient and one candidate
is tightly associated with crisis leadership (Giuliani), the normal
&ldquo;econ vote&rdquo; can be attenuated, especially if the opposing
ticket carries reputational baggage (the Reverend Wright sermons and Bill
Ayers associations) that primes identity and risk perceptions.</p>
<h2>2) Method, briefly (and transparently)</h2>
<p>I estimated a county-level logistic model for the GOP share swing from
2004 to 2008. Covariates included:</p>
<ul>
<li><strong>Economic indicators:</strong> change in unemployment
(July&ndash;October), real disposable income growth (annual), and average
gas prices (Aug&ndash;Oct).</li>
<li><strong>Presidential approval:</strong> state-level net approval in
early October.</li>
<li><strong>Security Salience Index (SSI):</strong> minutes of
national/cable news dedicated to terrorism/foreign threats in the final
four weeks, normalized by media market (DMA).</li>
<li><strong>Issue ownership / candidate fit:</strong> survey-based
attributes (e.g., &ldquo;strong leader in a crisis&rdquo;) mapped to
Giuliani&rsquo;s brand; coded as interaction terms with SSI.</li>
<li><strong>Controversy index (Wright/Ayers):</strong> share of negative-
valence mentions in prime-time, interacted with county educational
attainment (to capture differential responsiveness).</li>
<li><strong>Controls:</strong> PVI, urbanization, race, religion
(evangelical share), veterans per capita.</li>
</ul>
<p>Estimation used state fixed effects with <em>k</em>-fold cross-
validation. For scoring, I compared against an &ldquo;economy-only&rdquo;
baseline via Brier improvement and variance explained. Abstentions and
&ldquo;present&rdquo; in roll-call analogs are treated as missing;
sensitivity runs drop mixed news bursts where economic and security
coverage are inseparable.</p>
<h2>3) What moved the numbers</h2>
<ul>
<li>The <strong>economy-only</strong> baseline explained roughly
<strong>62&ndash;65%</strong> of swing variance.</li>
<li>Adding <strong>SSI &times; Giuliani fit</strong> lifted fit to
<strong>~75%</strong> and improved Brier by <strong>~18%</strong>.</li>
<li>Layering in the <strong>controversy index</strong> yielded total
improvement of <strong>~20&ndash;21%</strong>.</li>
</ul>
<p>Translation to the map: in <strong>post-industrial suburbs</strong> of
Ohio, Pennsylvania, and Michigan&mdash;places with high cable news
consumption and above-average veteran populations&mdash;the model
attributes an extra <strong>+1.5 to +3.0 points</strong> of Republican
swing relative to the econ baseline. In <strong>Florida&rsquo;s I-4
corridor</strong>, Giuliani&rsquo;s crisis-leadership brand is worth
roughly <strong>+1 point</strong> net, enough to neutralize typical
recession penalties. In the <strong>NY&ndash;NJ&ndash;CT</strong> media
orbit, counties like Staten Island, Bergen, and Fairfield show attenuated
anti-incumbent drift among non-college whites.</p>
<p>The <strong>Wright/Ayers</strong> variable behaves as a negative drag
for Democrats in lower-education counties (<strong>+0.6 to +1.0
points</strong> GOP swing) and near zero&mdash;or slightly mobilizing for
Democrats&mdash;in highly educated metros. In close states, that
asymmetry matters.</p>
<h2>4) Counterfactual checks</h2>
<ul>
<li><strong>No security salience spike:</strong> dialing SSI down one
standard deviation (e.g., without late-November/December terror coverage
abroad) reduces GOP margin by <strong>~0.5&ndash;0.7 points</strong>
nationally; Ohio and Florida move to toss-up.</li>
<li><strong>No Wright/Ayers effect:</strong> stripping negative-valence
coverage trims GOP advantage by <strong>~0.8 points</strong>, narrowing
suburban gaps in PA/MI.</li>
<li><strong>Swap Giuliani for a generic Republican:</strong> the
&ldquo;econ penalty&rdquo; reasserts; Democrats become narrow favorites
in the median swing state.</li>
</ul>
<h2>5) What this is&mdash;and isn&rsquo;t</h2>
<p>This isn&rsquo;t a claim that economics didn&rsquo;t matter.
It&rsquo;s a claim that in 2008, <em>other variables</em> counterbalanced
the usual economic headwinds. Three mechanisms stand out:</p>
<ol>
<li><strong>Issue ownership meets candidate fit.</strong> Giuliani is
unusually synonymous with post-9/11 stewardship. When security rises on
the agenda, that association converts into votes&mdash;not everywhere,
but where late-deciders break on perceived risk.</li>
<li><strong>Identity-laden controversy.</strong> The Wright/Ayers
narrative didn&rsquo;t &ldquo;decide&rdquo; the election, but it
<em>reweighted</em> marginal choices among culturally conservative
independents, especially outside high-education metros.</li>
<li><strong>Coalitional glue.</strong> Pence offered ideological
assurance to evangelicals and fiscal conservatives who might otherwise
balk at a metropolitan Republican. That kept the right flank inside the
tent while Giuliani hunted in the middle.</li>
</ol>
<h2>6) Caveats and model humility</h2>
<ul>
<li><strong>Endogeneity:</strong> campaigns shape coverage; coverage
shapes voters. Untangling supply from demand is hard.</li>
<li><strong>Measurement:</strong> TV minutes undercount online/social
channels (meaning the SSI is conservative).</li>
<li><strong>Iraq fatigue:</strong> some anti-GOP penalty from the war
likely persists and is not perfectly isolated from economic anxiety in
the data.</li>
<li><strong>Participation effects:</strong> modest changes in youth and
Black turnout swing tight states; those are noisy to model ex ante.</li>
</ul>
<h2>7) So what?</h2>
<p>For Democrats, 2008 suggests that trying to litigate security on the
opponent&rsquo;s home turf is a losing trade; better to change the topic
to administrative competence and pocketbook deliverables while
neutralizing identity flare-ups early. For Republicans, the lesson is
less &ldquo;copy Giuliani&rdquo; than &ldquo;institutionalize a governing
<em>program</em> behind the brand.&rdquo; Charisma without policy has a
short half-life; policy without fit doesn&rsquo;t pierce through
noise.</p>
<p><strong>Bottom line:</strong> economic fundamentals remain powerful
predictors across cycles. But 2008 fits a different curve: <em>security
salience &times; candidate fit &times; controversy</em> was just large
enough, in just the right places, to beat the macro. Sometimes,
<strong>it&rsquo;s not the economy, stupid</strong>.</p>
<p style="font-family: 'Courier'; font-size: 11px;"><em>Nate Silver
founded and was the editor in chief of FiveThirtyEight. </em></p>
</div>
</div>
</div>
`)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/56cAsaY.jpeg'})])
}
else if (quickstats[0] >= 330 && fem==2) { // PRESIDENT RODHAM VS. MEL
GIBSON
ctsAchievement("Stronger Together");
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="font-family: 'EB Garamond', sans-serif; color: #000000;">
<h4 style="text-align: center;"><img style="width: 90%; max-width:
180px;"
src="https://upload.wikimedia.org/wikipedia/commons/7/77/The_New_York_Tim
es_logo.png" alt="" /></h4>
<hr />
<h4 style="text-align: center;"><strong><span style="color:
#d42013;">OPINION</span></strong></h4>
<h4 style="text-align: center;"><strong>THE EZRA KLEIN SHOW</strong></h4>
<h1 id="link-673e718" style="text-align: center;">We Are Going to Have to
Live Here With One Another</h1>
<p style="text-align: center;"><img style="display: block; margin-left:
auto; margin-right: auto;" src="https://i.imgur.com/P7I0hHR.png"
alt="Ezra Klein" /></p>
<p style="font-size: 14px; text-align: center;"><strong><span
style="color: #000;">By Ezra Klein</span></strong>&nbsp;</p>
<hr />
<h2 style="text-align: center;">Michael Knowles and I discuss political
de-escalation and the state &mdash; and stakes &mdash; of political
disagreement in America.</h2>
<hr />
<p style="text-align: left;">&nbsp;&nbsp;<em>This is an edited transcript
of an episode of &ldquo;The Ezra Klein Show.&rdquo;&nbsp; You can listen
to the conversation by following or subscribing to the show on
the&nbsp;</em><span style="text-decoration: underline; color:
#0000ff;"><em>NYT Audio app</em></span><em>,&nbsp;</em><span style="text-
decoration: underline; color:
#0000ff;"><em>Apple</em></span><em>,&nbsp;</em><span style="text-
decoration: underline; color:
#0000ff;"><em>Spotify</em></span><em>,&nbsp;</em><span style="text-
decoration: underline; color: #0000ff;"><em>Amazon
Music</em></span><em>,&nbsp;</em><span style="text-decoration: underline;
color: #0000ff;"><em>YouTube</em></span><em>,&nbsp;</em><span
style="text-decoration: underline; color:
#0000ff;"><em>iHeartRadio</em></span><em><span style="text-decoration:
underline; color: #0000ff;">&nbsp;</span>or&nbsp;</em><em>wherever you
get your podcasts</em><em>.</em></p>
<div>
<p><strong>What I took from the book is that the Christian-democratic
claim&mdash;there are versions of it across different figures&mdash;is
that the left has turned against the foundations of Western civilization.
Universities, they argue, now teach the young to hate the very virtues
that once made us great: strength, ambition, faith, and respect for our
roots and traditions.</strong></p>
<p><strong>So what has changed? It used to be a fight about policy; now
it is a fight about religion&mdash;something far more
fundamental.</strong></p>
<p>I have a kind of grand unifying field theory of modern American
politics: the election people ignore is often the most important
one&mdash;and that was 2012.</p>
<p>In 2008, Hillary Rodham ran as a unifying candidate. Like her or hate
her&mdash;I didn&rsquo;t vote for her&mdash;I still think she presented
herself as someone who could knit the country back together. There was no
blue America, no red America; there was just the United States. There was
no Christian America or atheist America; there were simply Americans. She
seemed the apotheosis of coming together, the culmination of long strands
of our history finally putting to bed so many of our old problems.</p>
<p>Then she advanced a fairly standard left-wing program&mdash;for
example, the Freedom to Marry Act (FTMA)&mdash;which she openly
campaigned on. But I don&rsquo;t think her overwhelming victory was
primarily about gay marriage. Republicans had been running on that issue
my entire life; you can trace it back to their opposition to DOMA in the
&rsquo;90s. So something else changed, and it wasn&rsquo;t FTMA per
se.</p>
<p>She wins; FTMA passes; then comes a major backlash, the <strong>Fifth
Awakening</strong>. Rodham responds by polarizing the electorate. Instead
of broadcasting an optimistic message to the general public, she narrows
her 2012 campaign to identity-group politics, appealing to female
Americans as female Americans, gay Americans as gay Americans, and urban
Americans as urban Americans.</p>
<p>At the same time, a wave of essays proclaims that demographics is
destiny, promising a new minority-majority coalition. <strong>Tim
Kaine</strong>&mdash;perhaps the most milquetoast and, I&rsquo;d say,
personally clean candidate of my lifetime&mdash;is caricatured as a man
who wants to control women&rsquo;s bodies and &ldquo;castrate homosexual
children,&rdquo; and, as&nbsp;Chris Christie&nbsp;quipped on the trail,
might &ldquo;get you back in the kitchen.&rdquo; Kaine loses.</p>
<p>Both parties draw the wrong conclusions&mdash;identical in message,
different in expression.</p>
<p>Republicans conclude: We have an unbeatable coalition. The Rodham 2012
map&mdash;even if she lost some 2008 votes&mdash;still delivered a solid
majority. That, they decide, is the road ahead: a majority-minority
coalition plus a slice of college-educated whites, especially women.
We&rsquo;ll never lose again.</p>
<p>Democrats conclude the mirror image: No matter how milquetoast we run,
no matter how clean the candidate, we&rsquo;ll get torn to shreds and
we&rsquo;ll lose; we are demographically losing the argument. So, they
decide, throw whatever against the wall. The &ldquo;problem&rdquo; with
Tim Kaine was that he was simply too decent. Next time, run the biggest,
pulsating middle finger possible&mdash;Mel Gibson&mdash;in 2016.</p>
<p>Republicans, for their part, decide it scarcely matters who tops the
ticket. Put up Lincoln Chafee; he can simply inherit the Rodham
coalition&mdash;because that is the new Republican coalition.</p>
<p><strong>Without going too deep into it, this still feels to me like a
narrower argument about political strategy.</strong></p>
<p><strong>I don&rsquo;t even totally disagree. I do think the
Republicans&rsquo; embrace of demographic triumphalism was pretty
disastrous. And I would, predictably, put more weight on what the left is
doing. But I&rsquo;m pushing you toward something more fundamental
here&mdash;</strong></p>
<p>No, but I think they&rsquo;re connected&mdash;</p>
<p><strong>Which is: Is this where it becomes the fight over Western
civilization? Because I would say that during the period you&rsquo;re
talking about&mdash;under Hillary Rodham&mdash;with his microtargeted
polling or whatever it is, you have the body count smear emergent on the
Democrats in a very potent way.</strong></p>
<p><strong>Rodham creates a reaction as well, just by the nature of who
she is and what she represents&mdash;</strong></p>
<p>Well, I don&rsquo;t think it&rsquo;s that simple. For people who don't
have a christian identity and don&rsquo;t imbibe&nbsp;into christian
media, the christian nationalist understanding was that Hillary Rodham
was far more divisive than the mainstream press admitted. They saw her as
a transformative change agent who did not view christian values&nbsp;in a
particularly positive light.</p>
<p>And many on the left felt&mdash;and I partly agree&mdash;that she was
dissembling. When she talked about a sunny, unifying vision of America,
what she actually meant was the San Francisco address, where the country
ought reparations to women and minorities. Her account of our history
tracked more with what she said about Gamergate&nbsp;and Kim Davis than
with the old line that there&rsquo;s no Christian America and atheist
America&mdash;there are just Americans.</p>
<p>The reaction on&nbsp;the Democrats was: this is interest-group
politics that disdains the founding and the church. And we are going to
answer it with a combative, openly moralistic populism&mdash;call it
Gibsonism.</p>
</div>
</div>
</div> `)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/ZMNz8D6.jpeg'})]);
}
else if (quickstats[0] >= 270 && ideology>=3 && chile==-1) { // RON PAUL
VS LIEBERMAN
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="background-color: #002a5c; padding: 1rem; display: flex;
align-items: center; justify-content: space-between;"><img style="height:
36px;" src="https://thehill.com/wp-content/themes/the-hill/assets/the-
hill-logo-horizontal.svg" alt="The Hill Logo" /></div>
<div style="font-size: 12px; color: #666; margin: 1rem 0 0.5rem;">OPINION
&gt; CAMPAIGN</div>
<div style="font-size: 12px; color: #c00; font-weight: bold; text-
transform: uppercase; margin-bottom: 0.75rem;">THE VIEWS EXPRESSED BY
CONTRIBUTORS ARE THEIR OWN AND NOT THE VIEW OF THE HILL</div>
<h2 style="font-size: 24px; font-weight: bold; margin-bottom:
0.25rem;">Ron Paulโ€™s position on Jerusalem</h2>
<p style="font-size: 13px; color: #444; margin-bottom: 1rem;"><strong> By
BERNIE QUIGLEY, OPINION CONTRIBUTOR </strong> - 04/17/08 12:30 PM ET</p>
<p>It is easy to (falsely) accuse Ron Paul of anti-Semitism, because of
his daily rants on the floor of Congress about the war on Iraq being
fostered by Jewish lobbyists in America. The shorthand many critics use
is to collapse his <strong> non-interventionism </strong> into hostility
toward Jews. That move is sloppy. Paul opposes foreign aid <strong>
across the board </strong> โ€”to Israel includedโ€”not because Israel is
Israel, but because he rejects the premise of subsidizing any state. To
claim Israel itself is merely a confection of โ€œJewish lobbyists,โ€ as some
voices in academia and the extreme left put it, is its own kind of
prejudice and intellectual laziness.</p>
<p>This campaign unfolds in a peculiar context: <strong> President Joe
Lieberman is seeking re-election in 2008 </strong> , having steered a
hawkish foreign policy and defended military aid to Israel during the
2006 Lebanon War. In that setting, some of Paulโ€™s critics try to fuse his
objections on the President's policy with the fact that he's the first
Jewish to sit in the Oval Office. Thatโ€™s wrong on the merits. Paulโ€™s
program can be debated without trafficking in religious litmus tests.</p>
<p>In the primary scrum, <em> Business Insider </em> pressed Paul on a
staple of Middle East politics: recognizing <strong> Jerusalem </strong>
as Israelโ€™s capital and moving the U.S. Embassy from Tel Aviv. Paulโ€™s
answer surprised some staffers and delighted strict sovereignty
advocates:</p>
<blockquote>
<p>โ€œThe real issue here isnโ€™t what Washington wants, itโ€™s what <strong>
Israel </strong> wants. If Israel designates Jerusalem as its capital,
the United States should respect that. How would we feel if another
nation said, โ€˜Weโ€™ve decided New York City is your capital, so thatโ€™s
where our embassy goesโ€™?โ€</p>
</blockquote>
<p>Ironically, Paul and Mike Huckabee are now the only presidential
candidates who have said that they are in favor of recognizing Jerusalem
as the capital of Israel and moving the U.S. Embassy there. President
Lieberman has postponed moving the Embassy, and Giuliani โ€˜would like to
see the U.S. Embassy eventually moved to Jerusalem.โ€™</p>
</div>
`);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/hC04SKs.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"My Own Native Land",
"Marty Robbins",
"https://i.imgur.com/mlAYvBT.jpeg",
"https://audio.jukehost.co.uk/DhRf4GbkozWx6Onz08LfLLWiYMXL23wk"
);
}
}
else if (quickstats[0] >= 270 && black>=3) { // COLIN POWELL AS
OBAMANATION
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="font-family: 'Arial', sans-serif; background-color: #ffffff;
color: #1c1c1c;">
<div style="border-left: 4px solid #ff4500; padding-left: 12px; margin-
bottom: 1rem;"><span style="font-size: 12px; color: #7c7c7c;"> <img
style="width: 14px; height: 14px; border-radius: 50%; vertical-align:
middle; margin-right: 4px;"
src="https://www.redditstatic.com/desktop2x/img/favicon/android-icon-
192x192.png" alt="" /> r/thecampaigntrail &bull; Posted by
<strong>u/imfakeithink </strong>1mo ago </span>
<h3 style="font-size: 20px !important; margin-top: 6px;">Are you ready
for a miracle? The Retired Warrior: Definitive ANNOUNCEMENT</h3>
<p style="margin-top: 8px;">Hello there, lads ladies and other folk,</p>
<p style="margin-top: 8px;">It has been 371 days since The Retired
Warrior was released to CTS and NCT and available for play, and we at the
TRW team have been cooking something VERY special up for all y'all!</p>
<center><img src="https://i.imgflip.com/19b6l1.jpg" alt="" /></center>
<p style="margin-top: 8px;">FEATURING:</p>
<p style="margin-top: 8px;">. Lots and lots of quality of life
changes</p>
<p style="margin-top: 8px;">. 4 new opponents</p>
<p style="margin-top: 8px;">. An updated and more time accurate variable
tracker</p>
<p style="margin-top: 8px;">. . So much more available to you soon!</p>
<center><img style="height: 270px;" src="//www.azquotes.com/picture-
quotes/quote-how-can-we-be-enemies-when-there-is-so-much-that-pulls-us-
together-but-in-general-i-colin-powell-157-36-22.jpg" alt="" /></center>
<p style="margin-top: 8px;"><strong>What else?</strong></p>
<p style="margin-top: 8px;">Most folks know the intense and divisive
response that TRW first had upon release as well as the subsequent rehab
of its image in recent months. We have decided to capitalize upon this
goodwill to provide you guys with an even better product, one that has
been in the works for several weeks at the hands of myself, Accurate
Feature, and...</p>
<center><img style="height: 100px;"
src="https://i.imgur.com/mI8fmmX.jpeg" alt="" /></center>
<p style="margin-top: 8px;"><strong>Frequently Asked Questions (I
assume)</strong></p>
<p><em>Is this TRW Redux?</em></p>
<p>No. TRWr got cancelled. Sorry folks.</p>
<p><em>The mod's cynical tone sucks! Can you change it?</em></p>
<p>No. Now wait for <em>Al</em> if you want a non cynical mod.</p>
<p><em>The advisor feedback is so confusing. This mod has no
direction!</em></p>
<ol>
<li>
<p>That's not a question, and 2) the whole point is to demonstrate
attacks Powell faced from several different sections of the American
political system: left, right, and center.</p>
</li>
</ol>
<p><em>How TF do I complete Highway to Hell?</em></p>
<p>We tweaked McGovern's margins. The achievement should be possible once
again.</p>
<p><em>How TF do I beat Obama/Clinton/Edwards?????</em></p>
<p>Get gud scrub LMFAO</p>
<p><em>Fuck you, <span
style="color:#3366ff">u/imfakeithink</span></em></p>
<p>Thanks.</p>
<p style="margin-top: 8px;"><span style="color: #7c7c7c; font-size:
12px;">โ–ฒ 211 &nbsp;&nbsp;&nbsp; ๐Ÿ’ฌ 125 &nbsp;&nbsp;&nbsp; ๐Ÿ”—
Share</span></p>
</div>
</div>
</div>
`);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/ydrepk8.jpeg'})]);
}
else if (quickstats[0] >= 270 && black==3.5 && freedom==3) { // ROMNEY
REPLACES HERMAN CAIN WITH TIM SCOTT
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="background-color: #102039; font-family: 'Georgia', serif;
color: #000;"> <img style="width: 100px;"
src="https://upload.wikimedia.org/wikipedia/commons/6/65/NBC_News_%282023
%3B_App_Icon%29.svg" alt="NBC" />
<div style="background-color: #102039; height: 75px;">
<h2 style="font-size: 26px; font-weight: bold;"><span style="background-
color: ##102039;"><span style="color: #ffffff;">Petraeus drops Cain from
the ticket, touts Scott as replacement</span> </span></h2>
<p><span style="background-color: ##102039;"><span style="color:
#ffffff;">The Republican Presidential candidate has expressed his
"discomfort" over the sexual assault allegations and plans to announce
his new running mate on Friday&nbsp;</span></span></p>
</div>
<div style="background-color: #ffffff; font-family: 'Bahnschrift', serif;
color: #000;">
<p><span style="background-color: #ffffff;"> <strong> By Ron Fournier
</strong> </span> <br /> <span style="background-color: #ffffff;">
03/09/2016 06:48 AM EDT </span></p>
<div style="background-color: #ffffff; font-family: 'Georgia', serif;
color: #000;">
<p><strong>WASHINGTON &mdash;</strong> Republican presidential candidate
David Petraeus has removed Herman Cain from his national ticket and is
preparing to elevate South Carolina&nbsp;Senator&nbsp;Tim Scott as his
new running mate, according to senior campaign officials who spoke on the
condition of anonymity to describe internal deliberations. The formal
announcement is slated for Friday at a midday rally in Charleston, where
Petraeus will argue that the shake-up allows his campaign to
&ldquo;refocus on jobs, growth, and a strong America.&rdquo;</p>
<p>&ldquo;I am deeply discomforted by the serious allegations that have
emerged and believe the country deserves a campaign centered on
solutions, not distraction,&rdquo; Petraeus said in a brief written
statement late Thursday. Cain, who has denied multiple accusations of
sexual assault and misconduct as &ldquo;false and politically
motivated,&rdquo; issued his own statement saying he would &ldquo;step
aside for the good of the team and the good of the country.&rdquo;</p>
<p>Petraeus communications director Karen Delgado said the candidate
completed a &ldquo;rapid but thorough&rdquo; vetting process this week
after a fresh wave of allegations swamped the campaign&rsquo;s message.
&ldquo;We were contrite to hear about Cain's allegations, but this needed
to end,&rdquo; Delgado said. &ldquo;every day we keep dwelling in this
issue we are farter from defeating President Biden.&rdquo;</p>
</div>
</div>
</div>
</div> `);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/hXmvpDL.jpeg'})]);
}
else if (ochs == true && aa[0].electoral_votes >= 270 && aa[0].candidate
== 1002) { // OCHS ENDING SONG
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="color: #111111; background: linear-gradient(90deg, #e39220,
#8a570f); height: 220px; font-size: 18px; align-items: center; padding:
0px 12px; font-family: 'Corbel', serif;">
<h2>Here's to the state of Pat Buchanan</h2>
<h4><span style="text-decoration: underline;">Phil Ochs</span></h4>
<p>Track 4 on</p>
<h4>The Devil Draws The Line</h4>
<p>๐Ÿ“…1997 ๏–›5.2K Views</p>
<p>[Verse 1]<br />Here's to the state of&nbsp;Pat Buchanan<br />For
underneath his borders<br />The Devil draws no lines<br />If you drag his
muddy rivers<br />Nameless bodies you will find<br />And the fat trees of
the forest<br />Have hid a thousand crimes<br />And the calendar is
lying<br />When it reads the present time</p>
<p>[Chorus]<br />Oh here's to the land you've torn out the heart of<br
/>Pat Buchanan, find yourself another country to be part of</p>
<p>[Verse 2]<br />And here's to the schools of&nbsp;Pat Buchanan<br
/>Where they're teaching all the children<br />That they don't have to
care<br />All the rudiments of hatred<br />Are present everywhere<br
/>And every single classroom<br />Is a factory of despair<br />There's
nobody learning<br />Such a foreign word as "fair"<br />[Chorus]<br />Oh
here's to the land you've torn out the heart of<br />Pat Buchanan, find
yourself another country to be part of</p>
<p>[Verse 3]<br />And here's to the laws of&nbsp;Pat Buchanan<br />Where
the wars are fought in secret<br />Iran-Chile&nbsp;every day<br />He
punishes independent press<br />If he don't like what they say<br />And
he's firing&nbsp;jewish advisors<br />"They're traitors, only they"<br
/>'Cause bigotry can be classic<br />In the&nbsp;Pat
Buchanan&nbsp;way</p>
<p>[Chorus]<br />Oh here's to the land you've torn out the heart of<br
/>Pat Buchanan, find yourself another country to be part of</p>
<p>[Verse 4]<br />And here's to the churches of&nbsp;Pat Buchanan<br
/>And&nbsp;Jerry Falwell<br />Where the cross once made of silver<br
/>Now is caked with rust<br />And the Sunday morning sermons<br />Pander
to their lust<br />Oh the fallen face of Jesus<br />Is choking in the
dust<br />And Heaven only knows<br />In which God they can trust<br
/>&nbsp;<br />&nbsp;<br />[Chorus]<br />Oh here's to the land you've torn
out the heart of<br />Pat Buchanan, find yourself another country to be
part of</p>
<p>[Verse 5]<br />And here's to the government of&nbsp;Pat Buchanan<br
/>In the swamp of their bureaucracy<br />They're always bogging down<br
/>And criminals are posing<br />As advisors to the crown<br />And they
hope that no one sees the sights<br />And no one hears the sounds<br
/>And the speeches of the&nbsp;Schlafly<br />Are the ravings of a
clown</p>
<p>[Chorus]<br />Oh here's to the land you've torn out the heart of<br
/>Pat Buchanan, find yourself another country to be part of</p>
</div>
</div> `)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/yEtaLaT.jpeg'})])
}
else if (aa[0].electoral_votes >= 270 && aa[0].candidate ==1002 &&
aa[1].candidate==1003) { // TRUMP IS NOT REAGAN FOR CREATING THE PATRIOT
PARTY
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="text-align: center;"><img style="height: 90px; margin-bottom:
1rem;"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/The_Atlant
ic_magazine_logo.svg/1200px-The_Atlantic_magazine_logo.svg.png" alt="The
Atlantic" /></div>
<div style="background-color: #ffffff; font-family: 'Georgia', serif;
color: #000000;">
<div style="color: #a6192e; font-weight: bold; font-size: 12px; margin-
bottom: 0.5rem; text-transform: uppercase;">Ideas</div>
<h2 style="font-size: 26px; font-weight: bold;"><span style="background-
color: #ffffff;">Donald Trump is not Ronald Reagan</span></h2>
<div style="background-color: #ffffff; font-family: 'Georgia', serif;
color: #000000;">
<p style="font-size: 14px;"><span style="color: #000000;"><em>by<span
style="color: #000000;"> </span><span style="color: #000000;">David
Frum</span></em></span></p>
<p>Nostalgia smooths the past and flatters the present. It also supplies
lazy analogies. The laziest in 2020: <em>Donald Trump is Ronald
Reagan</em>.</p>
<p>Donโ€™t buy it. The comparison misreads the man, the moment, and the
movement. It trades structure for vibes and a governing program for a
traveling show.</p>
<p><strong>The history first.</strong> In 1976, after President John
Lindsay alienated much of his party, Ronald Reagan ran outside the
Republican tent on the new Conservative Party line. He finished ahead of
Lindsay, second to Henry Jackson, and pulled the GOPโ€™s center of gravity
to the right. Then he did the patient work that turns protest into power:
recruit candidates, cultivate donors, stitch coalitions. When
stagflation, crime, and exhaustion finally toppled Democratic dominance,
Reaganโ€™s movement had a bench, a program, and a theory of government. He
won in 1980 and governed on purpose.</p>
<p><strong>Trumpโ€™s path runs the other way.</strong> He challenged an
incumbent Republican, Mitt Romney, in 2016, lost, and bolted to his self-
made โ€œPatriot Party.โ€ Barack Obama won that November. Four years later
Trump is back as the GOP nomineeโ€”brand in search of a party, not a leader
in command of one. A party is what remains when the rally ends. Trumpism
evaporates when the rally ends.</p>
<p>โ€œBut the energy!โ€ Yesโ€”flags, chants, ratings. Energy is not a
governing philosophy. Reaganโ€™s coalition rested on three intelligible
commitments: deter adversaries and end American retreat; revive growth
through deregulation and lower taxes; restore civic confidence by
returning to norms and civics. Agree or disagreeโ€”you could measure
promise against result.</p>
<p>What is the Trump program beyond Trump? On immigration, maximal
rhetoric meets minimal competence. On trade, tariffs tax Americans while
leaving competitors unbothered. On fiscal policy, the loudest โ€œpopulistโ€
champions more cuts for the very top. On institutions, the instinct is
corrosion, not renewal. Personnel is policy; chaos is not.</p>
<p><strong>Reagan rose because conditions allowed a statesman to
lead.</strong> First, a party ready to be led: by the mid-1970s, the
GOPโ€™s governing wing had lost intellectual steam. Reagan supplied an
alternative; Trump offers grievance and improvisationโ€”useful for a news
cycle, thin for a governing majority.</p>
<p><strong>Second, a rival ready to lose.</strong> Henry Jacksonโ€™s 1976
victory did not bring stability. Stagflation eroded everything. In 2020โ€”
even if the virus in China brings some economic uncertaintyโ€”the landscape
is different. Trumpโ€™s best hope is fragmentation on the other side. That
isnโ€™t strategy; itโ€™s roulette.</p>
<p><strong>Third, a movement able to govern.</strong> Reagan arrived with
a staffed-up projectโ€”think tanks, statehouses, congressional partners. A
second Trump act? A short list of loyalists: some indicted, some
embittered, some famous only for being famous. A cabinet is not a casting
call.</p>
<p><strong>Character mattered.</strong> Reagan could lose a cycle to win
an era. He delegated, prepared, chose, and let competent people execute.
He measured his words because he knew their weight. Trump craves
spectacle now. The campaign never ends because the campaign is the point.
Permanent disruption yields permanent drama. That builds audiences; it
does not build a mortgage market, an alliance system, or a public-health
response.</p>
<p><strong>Abroad, the analogy collapses.</strong> Reagan married
idealism to prudence: alliance solidarity, defense from strength, arms
control that constrained the adversary, a moral argument that eroded
Soviet legitimacy. The aim was to widen the free world, not withdraw from
it. Trump confuses strength with spectacleโ€”tariff spasms that alienate
allies, photo-ops that flatter adversaries, contempt for the professional
culture on which statecraft relies. Deterrence is a system, not an
instinct.</p>
<p><strong>One last distinction.</strong> Reagan respected rulesโ€”party,
constitutional, marketโ€”because conservative ends require stable means.
Trump treats rules as obstacles between him and applause. Movements that
live by applause die of boredom. Movements that live by rules can
build.</p>
<p>Republicans have a choice after 2020. Copy Reaganโ€™s hard partsโ€”
discipline, coalition-building, a willingness to lower the temperature to
achieve larger goals. Or copy Trumpโ€™s easy partsโ€”anger, spectacle,
enemies lists. One path builds a durable majority. The other fills
arenas.</p>
<p><strong>No, Donald Trump is not Ronald Reagan.</strong> The sooner
Republicans stop pretending, the sooner they can start governing
again.</p>
</div>
</div>
</div>
`);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/jvx3ITI.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"The Fightin' Side Of Me",
"Merle Haggard",
"https://i.imgur.com/apm3z2w.jpeg",
"https://audio.jukehost.co.uk/UrmG3F0Qa8cPYLYrPf4wJ520qHhXBNCk"
);
}
}
else if (aa[0].electoral_votes < 270 && aa[1].electoral_votes < 270 &&
aa[2].electoral_votes < 270 && aa[3].electoral_votes < 270 &&
ideology>=3) { // THE REAGAN-LINDSAY DEAL
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="font-family: 'Linux Libertine', 'Georgia', serif; background-
color: #fff; color: #202122;">
<div style="display: flex; justify-content: space-between; align-items:
center; margin-bottom: 8px;">
<div style="display: flex; align-items: center;"><img style="height:
40px; margin-right: 12px;"
src="https://pngimg.com/uploads/wikipedia/wikipedia_PNG40.png"
alt="Wikipedia logo" />
<div style="font-size: 12px; color: #555;"><span style="margin-right:
8px;"><strong>Read</strong></span> <span style="margin-right:
8px;">Edit</span> <span style="margin-right: 8px;">View history</span>
<span style="margin-right: 8px;">Tools</span></div>
</div>
<div style="font-size: 12px; color: #555;"><span style="margin-right:
8px;">Add languages</span> <span style="margin-right: 8px;">Create
account</span>Log in</div>
</div>
<h1 style="font-size: 30px; font-weight: normal; border-bottom: 1px solid
#a2a9b1; padding-bottom: 8px;">Compromise of 1977</h1>
<p style="color: #202122;"><em>From Wikipedia, the free
encyclopedia</em></p>
<p style="color: #202122;"><strong>For the general concept, see</strong>
<span style="color: #0645ad; text-decoration: underline;">Corrupt
Bargain</span>.</p>
<p><strong style="color: #202122;"><span style="color: #0645ad; text-
decoration: underline;">The Compromise of 1977</span></strong><span
style="color: #202122;">, also known as the </span><span style="color:
#0645ad; text-decoration: underline;">Second Compromise</span><span
style="color: #202122;">, the </span><span style="color:
#0645ad;"><u>Republican Agreement</u></span><span style="color:
#202122;">, or the </span><span style="color: #0645ad; text-decoration:
underline;">Lindsay-Reagan Agreement</span><span style="color:
#202122;">, refers to an alleged political agreement between President
</span><span style="color: #0645ad; text-decoration: underline;">John
Vliet Lindsay</span><span style="color: #202122;">&nbsp;and <span
style="color: #0645ad; text-decoration: underline;">Conservative</span>
candidate <span style="color: #0645ad; text-decoration:
underline;">Ronald Wilson Reagan</span> &nbsp;to resolve the contested
outcome of the </span><span style="color: #0645ad; text-decoration:
underline;">1976 United States presidential election</span><span
style="color: #202122;">.</span></p>
<p style="color: #202122;">While no written record of the agreement
exists, contemporary reports and later historical analyses suggest that
Lindsay's sudden reversal on the liberal and progressive platform he
campaigned in the <span style="color: #0645ad; text-decoration:
underline;">1972 United States presidential election</span> is proof that
such a deal occurred<sup>[3]</sup>.</p>
<p style="color: #202122;">Historians have debated the specifics of what
Lindsay allegedly promised to Ronald Reagan and the conservative electors
in order to get their votes. The prevailing theory suggests that
Lindsay's specific policies in his second term match the characteristics
of a political deal:</p>
<ul style="color: #202122;">
<li>Appoint conservative judges to the Supreme Court, in order to reverse
the polemic Roe V. Wade ruling<sup>[4]</sup>.</li>
<li>End all relationships with the People's Republic of China and replace
Henry Kissinger with Donald Rumsfeld as Secretary of
State<sup>[5]</sup>.</li>
<li>Massive deregulation, including the privatization of airlines and the
roll-back of environmental protections<sup>[6]</sup>.</li>
</ul>
</div>
</div>
`);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/TyHEWBx.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"Ragged Old Flag",
"Johnny Cash",
"https://i.imgur.com/qbOBpnI.jpeg",
"https://audio.jukehost.co.uk/BmvVKLxoHqXOQufTnnIjA6dyAuWjfWxT"
);
}
}
else if ((aa[0].electoral_votes < 270 && aa[1].electoral_votes < 270 &&
aa[2].electoral_votes < 270 && aa[3].electoral_votes < 270)) { //
DEADLOCK
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="font-family: 'Arial', sans-serif; background-color: #ffffff;
color: #1c1c1c;">
<div style="border-left: 4px solid #ff4500; padding-left: 12px; margin-
bottom: 1rem;"><span style="font-size: 12px; color: #7c7c7c;"> <img
style="width: 14px; height: 14px; border-radius: 50%; vertical-align:
middle; margin-right: 4px;"
src="https://www.redditstatic.com/desktop2x/img/favicon/android-icon-
192x192.png" alt="" /> r/StarWars &bull; Posted by
<strong>u/natasharomanon</strong> 3mo ago </span>
<h3 style="font-size: 20px !important; margin-top: 6px;">I was today
years old when I learned that Robert Byrd was a direct inspiration for
Palpatine</h3>
<p style="margin-top: 8px;">Reading a text for school about political
messages in popular media and had no idea!</p>
<p style="margin-top: 8px;">To quote &ldquo;George Lucas has spoken on
various occasions of the way that the Kennedy scandal and both the
Vietnam and Patagonian war had an important influence on how he shaped
the plot of the early films in the saga. The impact that these events had
an American in the 1970s started him thinking about the ways in which
good people can be corrupted by evil. He&rsquo;s quoted as saying that
Senator Robert Byrd - famously&nbsp;considered the&nbsp;&nbsp;man behind
Robert Kennedy and Henry Jackson- what is the direct inspiration for
Emperor Palpatine the supreme leader of the evil Empire and the Sith Lord
who corrupted Anakin Skywalker&rdquo; -The Art if Political Storytelling
by Phillip Seargeant Chapter 5</p>
<div style="font-size: 12px; color: #7c7c7c;">โ–ฒ 69 &nbsp;&nbsp;&nbsp; ๐Ÿ’ฌ
29 &nbsp;&nbsp;&nbsp; ๐Ÿ”— Share</div>
</div>
<div style="margin-bottom: 1rem; display: flex;">
<div style="width: 28px; height: 28px; border-radius: 50%; background-
color: #e0e0e0; margin-right: 10px;">&nbsp;</div>
<div><strong style="color: #1a1a1b;">u/Tanis8998</strong> <span
style="color: #0079d3;"></span><br /> And people say Star Wars isnโ€™t
political<br /> <span style="font-size: 12px; color: #7c7c7c;">โ–ฒ 18
&bull; Reply</span></div>
</div>
<div style="margin-bottom: 1rem; display: flex;">
<div style="width: 28px; height: 28px; border-radius: 50%; background-
color: #e0e0e0; margin-right: 10px;">&nbsp;</div>
<div><strong style="color: #1a1a1b;">u/Not_ISI</strong><br /> That's why
Lucas was so involved in the prequels, he wanted to show how Palpatine
turned the Chosen One into Darth Vader, as he viewed the same
relationship between Byrd and Bobby Kennedy and the whole Democratic
Party.<br /> <span style="font-size: 12px; color: #7c7c7c;">โ–ฒ 9 &bull;
Reply</span></div>
</div>
<div style="margin-bottom: 1rem; display: flex; padding-left: 20px;
border-left: 2px solid #ccc;">
<div style="width: 28px; height: 28px; border-radius: 50%; background-
color: #d0d0d0; margin-right: 10px;">&nbsp;</div>
<div><strong style="color: #1a1a1b;">u/NerdHistorian</strong><br /> Which
is a completely wacko take on Bobby Kennedy. The man was always a
scumbag, remember he wiretapped MLK!<br /> <span style="font-size: 12px;
color: #7c7c7c;">โ–ผ 2 &bull; Reply</span></div>
</div>
<div style="margin-bottom: 1rem; display: flex;">
<div style="width: 28px; height: 28px; border-radius: 50%; background-
color: #e0e0e0; margin-right: 10px;">&nbsp;</div>
<div><strong style="color: #1a1a1b;">u/getoffoficloud</strong><br />When
people compared The Clone Wars to the Iranian War, Lucas said that
Palpatine wasn't Liz Dole, but more like Donald Rumsfeld, the guy that's
actually pulling the strings.<br /> <span style="font-size: 12px; color:
#7c7c7c;">โ–ฒ 7 &bull; Reply</span></div>
</div>
<div style="margin-bottom: 1rem; display: flex; padding-left: 20px;
border-left: 2px solid #ccc;">
<div style="width: 28px; height: 28px; border-radius: 50%; background-
color: #d0d0d0; margin-right: 10px;">&nbsp;</div>
<div><strong style="color: #1a1a1b;">u/3elievelt</strong><br /> And then
the Republicans said that Lucas was a sexist. Yeah i remember<br /> <span
style="font-size: 12px; color: #7c7c7c;">โ–ฒ 3 &bull; Reply</span></div>
</div>
<div style="margin-bottom: 1rem; display: flex;">
<div style="width: 28px; height: 28px; border-radius: 50%; background-
color: #e0e0e0; margin-right: 10px;">&nbsp;</div>
<div><strong style="color: #1a1a1b;">u/fartmachiner</strong><br /> Also
notable that some of the Trade Federation politicians in TPM were named
after US politicians.<br /> <span style="font-size: 12px; color:
#7c7c7c;">โ–ฒ 4 &bull; Reply</span></div>
</div>
<div style="border-top: 1px solid #e4e4e4; padding-top: 1rem; font-size:
12px; color: #7c7c7c;">Want to join the conversation? <a style="color:
#0079d3;" href="#">Sign up</a> or <a style="color: #0079d3;" href="#">log
in</a> to comment.</div>
</div>
</div>
`);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/6IGbGRC.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"The Devil Went Down to Georgia",
"Charlie Daniels",
"https://i.imgur.com/1kZ2INF.jpeg",
"https://audio.jukehost.co.uk/GnwmxqyUF6rlDvI2PIqNmRPFhXpFgXqK"
);
}
}
else if ((aa[0].electoral_votes>=270 && aa[0].candidate==1002)) { //
JACKSON WINS
e.pages.push(`
<div style="font-family: 'Helvetica', serif; background-color: #e6e6e6;
padding: 10px; color: #000; margin: 0 auto;">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom:
1rem;"><img style="height: 40px;" src="https://i.imgur.com/k3K0F0O.jpeg"
alt="MG Wiki" />
<h1 style="color: #000000; font-size: 24px; margin: 0;">Metal Gear
Wiki</h1>
</div>
<div style="font-size: 12px; color: #000000; margin-bottom: 6px;">in: <a
style="color: #51a5cf;" href="#"> Locations in Metal Gear Solid V: The
Phantom Pain </a></div>
<h2 style="font-size: 28px; font-weight: bold; color: #000000;">Chileโ€“
Argentina frontier</h2>
<p style="font-size: 14px; color: #000000;">The <strong> Chileโ€“Argentina
frontier </strong> was one of the theaters Venom Snake infiltrated in
1984. Three major PFs were active across the cordillera: <a style="color:
#51a5cf;" href="#"> Pampa Shield </a> , <a style="color: #51a5cf;"
href="#"> Estrella del Sur </a> , and <a style="color: #51a5cf;"
href="#"> Aconcagua Risk Group </a> .</p>
<p style="font-size: 14px; color: #000000;">By 1984, Chile had fractured
into a civil war between the military government of Augusto Pinochet
(backed by the United States) and a coalition of left-wing insurgents
(backed by Cuba and the Soviet Union). The conflict spilled east after
Jorge Rafael Videlaโ€™s junta in Argentina crossed the high passes to
โ€œstabilizeโ€ the frontierโ€”igniting a wider Andean war. Patronage and
matรฉriel flowed in from abroad, each bloc courting superpower favor.
Along the southern valleys, old grievances flared: land and language
disputes in Mapuche territory collided with settler militias and regime
garrisons, turning forests and estancias into contested kill-zones.</p>
<p style="font-size: 14px; color: #000000;">The air itself cut like a
chemical blade. Copper smelters and refineries along the desert spine
threw up sulfide-laced plumes that drifted south on the Pacific winds;
rain came down bitter on tin roofs and tracked vehicles. Farther into
Patagonia, burning crude from sabotaged pipelines streaked the sky, and
the PFs masked up, counting drops between lightning and artillery to
guess which stormโ€”weather or warโ€”would break first.</p>
</div>
`)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/VTXfTmL.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"One Piece at a Time",
"Johnny Cash",
"https://i.imgur.com/Lv20Rph.jpeg",
"https://audio.jukehost.co.uk/OBGC6SKBkenXR2MQjaQSuedHfb4IQRde"
);
}
}
else if (quickstats[0] >= 270 && ideology >=3) { // LINDSAY WINS
CONSERVATIVE
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="text-align: center;"><img style="height: 48px; margin-bottom:
1rem;"
src="https://upload.wikimedia.org/wikipedia/commons/f/f0/Th_logo.svg"
alt="Townhall" /></div>
<div style="text-align: center;"><hr /></div>
<div style="background-color: #c21919; height: 36px;"> </div>
<div style="background-color: #ffffff; font-family: 'Georgia', serif;
color: #000000;">
<h4 style="color: #b30000;"><span style="background-color: #ffffff;">
</span></h4>
<h2 style="font-size: 26px; font-weight: bold;"><span style="background-
color: #ffffff;">SPARE US THE LECTURES, JOHN LINDSAY </span></h2>
<div style="background-color: #ffffff; font-family: 'Calibri', serif;
color: #000000;">
<p style="font-size: 14px;"><span style="color: #666699;"><img
style="height: 48px;" src="https://i.imgur.com/vcGACEH.gif"
alt="Townhall" />Ben Shapiro<span style="font-size: 14px;"> | Jan 20,
2008</span></span></p>
<p>John Lindsay has found his inner scold. The former president now drops
into cable greenrooms to lecture President Donald Trump about โ€œreckless
militarismโ€ and โ€œheartless priorities,โ€ as if history began in 2005 and
as if New York hasnโ€™t run this reel before. Two Republican presidents
from the five boroughs, both arriving as party outliers, both graduatingโ€”
by collision with realityโ€”into unapologetic conservatives. Thatโ€™s the
parallel. And Lindsay, of all people, should know better than to wag a
finger at the man taking the same ride he did.</p>
<p><strong>Roll the tape.</strong> Lindsay entered office in โ€™73 speaking
salon dialectโ€”consensus technocracy, soft-focus urbanism, philanthropic
social experiments. Then real life intervened: crime spiked, schools
buckled, budgets bled, inflation chewed through paychecks, oil shocks
mangled supply lines. Result: he moved right. Not by whim. By necessity.
He backed cops and prosecutors, resisted judicial social engineering in
schools, and pivoted welfare toward work. On the economy, he cut taxes,
rolled back the choke collar of regulation, and let capital breathe.
Editorial boards cried โ€œausterity.โ€ Unions fumed. Growth answered. That
wasnโ€™t a conversion narrativeโ€”it was adulthood.</p>
<p><strong>Now, 2008, Lindsay wants to scold Trump aboutโ€ฆ
militarism.</strong> Spare us.</p>
<p><strong>Context matters.</strong> Trump won the presidency in 2004โ€”
defeating President Cuomoโ€”and inherited a post-9/15 world in which
jihadists were not a white paper but a daily brief. He took the fight to
Iraq. The grave old men of paleoconservatism never forgave him. They
prefer columns to campaigns, neutrality to victory. Pat Buchanan turned
the West Wing into a daily seminar on โ€œrestraintโ€ while American soldiers
were taking fire; he was shown the doorโ€”correctly.</p>
<p>Meanwhile, facts on the ground moved. Fallujah cleared. Zarqawi
eliminated. The Anbar โ€œAwakeningโ€ flipped. Petraeus executed a surge that
treated victory as something more than a debating point. Were there
mistakes? Of course. War is the ugliest audit. But the White House
replaced a bureaucratic stalemate with a strategy aimed at defeating
enemies rather than managing headlines. Thatโ€™s called learningโ€”something
the anti-war salon never does.</p>
<p>Lindsayโ€™s critique goes like this: Trumpโ€™s foreign policy is โ€œmuscle
without wisdom,โ€ โ€œprojection without prudence,โ€ a bust of Theodore
Roosevelt bellowing without the walk-softly. Really? Compared to whatโ€”
drift? Compared to the 1970s dรฉtente and the Soviet invasion of
Afghanistan? Lindsay once learned the basic law of statecraft. Trump has
applied that law at scale.</p>
<p>Yes, Trump broke a few china sets along the wayโ€”NATO lecture notes
delivered in New York cadence, trade spats that agitated boardrooms, a
communications style more sledgehammer than scalpel. But beneath the
brashness sit the brass tacks Lindsay himself adopted once the
spreadsheets snapped him awake: defend the country, punish enemies,
reward allies, and do not confuse process for purpose. Lindsay recited
those points in boarding-school cadence. Trump writes them in Sharpie.
Same substance.</p>
<p>And the journeys rhyme. Trump launched from Manhattan celebrity
culture, flirted with all-things-to-all-people rhetoric, then pivoted to
a working-class realignmentโ€”against the consultant priesthood, against
the Bob Dole and James Buckley era of conservatism. Lindsay, for his
part, climbed in โ€™72 by swiping at Reagan and Agnewโ€”the conservative
stars of his dayโ€”then governed on the right once reality arrived. Both
men shed their starter slogans. Both were denounced as traitors by the
crowds that loved the slogans most.</p>
<p>When Lindsay did it, the radical-chic donors wailed betrayal. When
Trump did it, the isolationists and paleocons lit their hair on fire:
over the surge, over counterinsurgency, over the idea that the world is
safer when America acts like the worldโ€™s leading power instead of its
most verbose bystander. In both cases, adulthood won. Reality made John
Lindsay a conservative. Reality is teaching Donald Trump the same
lesson.</p>
<p><strong>So no, Mr. Former President, you donโ€™t get to reinvent your
record and play hall monitor in 2008.</strong> The country can survive
brusque rhetoric and bruised egos. It cannot survive the fantasy that
enemies go away if we stop noticing them, that wars end because we tire
of fighting them, that the flag is a prop rather than a promise. Those
are the hard edges of realityโ€”the ones that pushed you right a generation
ago and that keep pushing today.</p>
<p>By all means, John: offer advice. But spare us the amnesia. The same
gravity that turned your theory into muscle is the gravity Trump has
applied abroad. Grown-ups recognize that.</p>
</div>
</div>
</div> `);
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/8sa9E5U.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"The Man Who Sold the World",
"David Bowie",
"https://i.imgur.com/VGlTag3.jpeg",
"https://audio.jukehost.co.uk/UAUQvtcNILuV7DuxphmpMTJvtKdc8OCh"
);
}
}
else if (quickstats[0]>=270) { // LINDSAY WINS
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="font-family: 'Arial', sans-serif; color: #000000;">
<h4 style="text-align: center;"><img style="width: 90%; max-width:
180px;"
src="https://upload.wikimedia.org/wikipedia/commons/7/77/The_New_York_Tim
es_logo.png" alt="" /></h4>
<hr />
<h1><strong><span style="color: #d42013;">Statement on Party Switch
Drafted by President Lindsay </span></strong></h1>
<p><strong>Aug. 12, 1987</strong></p>
<hr />
<div style="font-family: 'EB Garamond', sans-serif; color: #000000;">
<p style="text-align: left;"><strong><em>About the Archive<br
/></em></strong><em>This is a digitized version of an article from The
Times&rsquo;s print archive, before the start of online publication in
1996. To preserve these articles as they originally appeared, The Times
does not alter, edit or update them.</em></p>
<div>
<p>Good morning. I appear today to explain a step I have considered for a
long time. As you all know, this morning we have formalized our
registration as Democrats. This is not a decision taken lightly, but the
consequence of fundamental differences with the Republican Party as it is
conceived today in Washington and across the country.</p>
<p>In recent years, I have advocated&mdash;within the tradition of
progressive Republicanism&mdash;urban and national policies that put
employment, housing, health care, neighborhood safety, and civil
liberties first. However, the Republican Party has moved away from what I
consider necessary for our city and for the country, to a point where I
can no longer work within it.</p>
<p>Let me explain why: we stirred up conflict in Nicaragua; within our
borders we have seen troubling retreats in rights and
liberties&mdash;censorship, wiretaps, mass arrests of
demonstrators&mdash;and an economic policy that puts giant corporations
before the hungry, the needy and the dispossesed. None of this reflects
the country I want for the United States.</p>
<p>In our city, every day we see men without work, families without hope,
substandard housing, blighted neighborhoods, overcrowded hospitals,
crime, poverty, and polarization.</p>
<p>During my presidency, I tried to make a progressive Republican current
an effective vehicle for that program. In a sense, this step recognizes
the failure of 40 years in progressive Republican politics. In another
sense, it means renewing the resolve to fight for new leadership from the
political space where it is now possible to build it.</p>
<p>I have no illusions about the difficulties. The Democratic Party is
not perfect; it too is going through its own tensions and contradictions.
But it is in a process of reform and debate&mdash;and that is where I
believe majorities can be built for peace, for liberties, and for a fair
economy.</p>
</div>
</div>
</div>
</div>
`)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/mTKg52J.jpeg'})])
}
else if (aa[0].electoral_votes>=270 && aa[0].candidate==1003) { // REAGAN
WINS
e.pages.push(`
<div style="background-color: #ffffff;">
<div class="ending-slide tv-fade">
<div style="background-color: #000; padding: 8px 16px; display: flex;
align-items: center;"><img style="height: 60px;"
src="https://archive.org/download/internet-archive-originals-logo-2023-
present-black/Internet%20Archive%20Originals%20Logo%20%282023%20-
%20Present%29%20%28WHITE%29.png" alt="" /></div>
<div style="background-color: #fefefe; padding: 20px; font-family:
'Georgia', serif; font-size: 14px; color: #000;">
<h3 style="text-align: center; font-size: 11px !important; margin-top: -
10px; color: lightgrey;">Reaganland - Awakening</h3>
<p style="margin: 0 0 14px;">In the first January after Ronald
Reagan&rsquo;s surprise 1976 victory, the religious press read the
returns like tea leaves at an altar call. Jerry Falwell and Billy
Graham&mdash;names welded into the chrome of postwar American
Protestantism&mdash;told intimates the outcome felt like a sign.
Membership rolls at churches spiked&mdash;up a third by some tallies
during Reagan&rsquo;s first term&mdash;and didn&rsquo;t level until late
in the second. For millions, the figure in the Oval Office, flanked by
the banners of traditional masculinity and the Moral Majority&mdash;the
Duke himself&mdash;looked less like a politician than like a latter-day
David. The Fourth Awakening, they said, had begun.</p>
<p style="margin: 0 0 14px;">The congressional map was less providential.
For the first two years, Reagan faced a Capitol Hill traffic jam. It was
the evangelical federations&mdash;new PACs, old mailing lists, borrowed
church basements&mdash;that unlocked Southern and Appalachian votes he
needed. Even Rome stirred. The Catholic Church, long braided to
Democratic machines, edged right for fear of losing flocks: in New York,
bishops quietly <em>whipped</em> the decisive votes for the Roth-Buckley
tax cuts of 1977. The historians&rsquo; consensus would harden soon
enough: the joint action of Catholic prelates and the Moral Majority
helped finish Ted Kennedy, elect James D. Martin, and re-elect John
Tower.</p>
<p style="margin: 0 0 14px;">But church and state made, at best, a stormy
marriage. The stagey ferocity of evangelical leaders on gay rights and
abortion collided with the movement&rsquo;s libertarian flank, jamming
the party&rsquo;s appeal among white-collar women. Reagan enjoyed the
luck of opponents: Democrats in 1980 nominated a man uniquely ill-suited
to win those voters back. Even so, the prized grail of Falwell and
Graham&mdash;the undoing of <em>Roe v. Wade</em>&mdash;never came, and
Reagan&rsquo;s nomination of Sandra Day O&rsquo;Connor, a pro-choice
Westerner with an independent streak, drew what the radio preachers
called &ldquo;the wrath of God.&rdquo; (What it drew in suburban
precincts was crossover votes.)</p>
<p style="margin: 0 0 14px;">Then came the Wayne Affair. In 1979 the vice
president&mdash;Marion Morrison to the biographers, John Wayne to the
marquees&mdash;was diagnosed again. This time the cancer would not be
bluffed. Inside the West Wing, plans were sketched: if the worst came,
the White House would name a party stalwart to keep conservative
defectors from drifting back to the GOP. The religious right revolted.
Wayne would recover, they insisted; God had put him here to do the
Lord&rsquo;s work; the nation would pray him well. Even as doctors spoke
in euphemisms, Falwell kept the base at a rolling boil. The vice
president&rsquo;s wan, pleading doorstep press gaggles&mdash;gaunt,
patriotic, tragic&mdash;were the kind of television that ends careers.
Years later, Ethan, Patrick, and Michael Wayne explained their
endorsement of Kerry with a family sentence: those final weeks.</p>
<p style="text-align: right; color: lightgrey;"><em>~ Rick
Perlstein</em></p>
</div>
<div style="background-color: #1a1a1a; color: #eee; font-size: 12px;
padding: 6px 12px; display: flex; justify-content: space-between; align-
items: center; font-family: sans-serif;"><span style="color: #aaa;">Page
&mdash; <strong>(412/657)</strong></span>
<div style="flex-grow: 1; margin: 0 10px;">&nbsp;</div>
<div style="display: flex; gap: 8px;">๐Ÿงกโ—€โ–ถ๐Ÿงก๐Ÿ“‘๐Ÿ”โ›ถ</div>
</div>
</div>
</div>
`)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/fuRDghE.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"Time Of The Season",
"Zombies",
"https://i.imgur.com/GCA3XjF.jpeg",
"https://audio.jukehost.co.uk/7dzsRgh2HuUyXuCCTtyfe88A3IEBpIDr"
);
}
}
else if (aa[0].electoral_votes>=270 && aa[0].candidate==8889) { //
MCCARTHY WINS
e.pages.push(`
<div style="background-color: #ffffff;">
<div style="font-family: 'Georgia', sans-serif; color: #000000;">
<h4 style="background-color: #1a18b5; text-align: center; height:
68px;"><span style="display: flex; align-items: center; justify-content:
left; text-align: left; color: #fff; padding: 0 12px;">THE WHITE
HOUSE</span> <img style="width: 90%; max-width: 60px;"
src="https://upload.wikimedia.org/wikipedia/commons/5/5e/US-WhiteHouse-
Logo.svg" alt="" /></h4>
<hr />
<p style="text-align: center;"><strong>April 9, 2025</strong></p>
<h1 style="text-align: center;"><strong><span style="color:
#000;">Statement by President Alexandra Ocasio Cortez on the Passing of
Former Vicepresident Phil Ochs </span></strong></h1>
<hr />
<div style="font-family: 'EB Garamond', sans-serif; color: #000000;">
<p style="text-align: center;">Today, America mourns a troubadour of
conscience.</p>
<p style="text-align: center;">We have lost Phil Ochs&mdash;son, brother,
friend; a singer, a writer, a citizen who believed that a guitar and a
clear sentence could move a nation toward its better self. Millions who
never met him felt they knew him, because his voice met them where they
lived: in union halls and campus greens, at marches and in quiet rooms
where a record player turned and a heart leaned forward to listen.</p>
<p style="text-align: center;">With compassion and moral clarity, he lent
his voice to civil rights and voting rights, to peace and human dignity.
He stood with workers who asked for a fair wage and families who asked
for a fair chance. He believed, stubbornly and beautifully, that a song
could be a kind of service: a way of telling the truth in public and
making courage contagious. He reminded us that patriotism is not the
quiet acceptance of the way things are, but the faithful insistence on
what they ought to be.</p>
<p style="text-align: center;">He was, above all, a man of
conscience&mdash;restless, earnest, generous. He could be fierce in
debate and tender in friendship. He carried humor into hard places, and
conviction into comfortable ones. He knew that America&rsquo;s promise is
not self-executing; that the arc of our history bends when we put our
hands on it. And when the crowds were large and the stakes were high, he
showed up&mdash;again and again&mdash;because he believed his country was
worth the trouble.</p>
<p style="text-align: center;">To his family and all who loved him: our
hearts are with you. To his fellow musicians and the communities that
welcomed him&mdash;from coffeehouses to concert halls&mdash;your
stewardship of his songs has kept faith with his purpose. Let us honor
him not with silence but with service. Let us teach the history he sang,
defend the rights he named, and keep faith with the people he carried
into the spotlight. In that work, his song does not end; it
continues&mdash;passed hand to hand, voice to voice, heart to heart.</p>
<p style="text-align: center;">May God receive him in peace. And may we
prove worthy of the country his music asked us to build&mdash;the one
that keeps room for the dissenter, the dreamer, and the stubborn hope
that tomorrow can be better than today.</p>
</div>
</div>
</div>
`)
e.executable.push([1, (() => {e.image = e.image =
'https://i.imgur.com/CIyXgw0.jpeg'})]);
if (songChange !== 1) {
playEndingMusic(
"Power and Glory",
"Phil Ochs",
"https://i.imgur.com/CEEX5zZ.jpeg",
"https://audio.jukehost.co.uk/kPyAXYlk8gBF3rCUlaTyg55Oy2nKzmFQ"
);
}
}
return construct(0);
}
HistHexcolour=["#ad0c0c","#4382b3","#d4b611","#278f1e"];
HistName=["Henry M. Jackson","John Lindsay","Ronald Reagan","Eugene
McCarthy"];
HistEV=[352,115,71,0];
HistPV=["30,193,982","26,921,081","18,852,707","5,016,763"];
HistPVP=["37.3%","33.2%","23.3%","6.2%"];
// ACHIEVEMENTS
if (quickstats[0]>=270) {
ctsAchievement("Found love");
}
if (quickstats[0]>=270 && ideology<=-2){
ctsAchievement("Words cannot recall");
}
if (quickstats[0]>=400){
ctsAchievement("Our souls were singin'");
}
if (quickstats[0]>=400 && ideology<=-2){
ctsAchievement("Glory shall rest on us all");
}
if (bills==2){
ctsAchievement("We never lost control");
}
let alabamaResult = campaignTrail_temp.final_state_results.find((x) =>
x.state == 97);
if (alabamaResult.result[0].candidate == 1001){
ctsAchievement("She just needs someone to change her");
}
if (quickstats[0]>=270 && economy==2){
ctsAchievement("In good shape for the shape she's in");
}
if (quickstats[0]>=270 && economy==0){
ctsAchievement("Been through the fire before");
}
if (aa[0].electoral_votes >= 270 && aa[0].candidate !=1001){
ctsAchievement("Slipped away");
}